Skip to content

Instantly share code, notes, and snippets.

@ericstj
Created April 28, 2020 18:26
Show Gist options
  • Save ericstj/b7da2181d5f098a7421d425c6667ad16 to your computer and use it in GitHub Desktop.
Save ericstj/b7da2181d5f098a7421d425c6667ad16 to your computer and use it in GitHub Desktop.
<linker>
<assembly fullname="Microsoft.CSharp">
<!-- Required by the Expression Evaluator -->
<type fullname="Microsoft.CSharp.RuntimeBinder.DynamicMetaObjectProviderDebugView"/>
<!-- Required by the Expression Evaluator -->
<type fullname="Microsoft.CSharp.RuntimeBinder.DynamicMetaObjectProviderDebugView/DynamicDebugViewEmptyException"/> <!-- Required for COM event dispatch -->
<type fullname="System.Runtime.InteropServices.ComEventsSink"/>
</assembly>
<assembly fullname="System.ComponentModel.TypeConverter">
<!-- Used by TypeDescriptionProvider attributes in System.Private.Xml.Linq: -->
<type fullname="MS.Internal.Xml.Linq.ComponentModel.*" />
<!-- Called through reflection by System.ComponentModel.DefaultValueAttribute in CoreLib: -->
<type fullname="System.ComponentModel.TypeDescriptor">
<method name="ConvertFromInvariantString" />
</type>
<!-- The following types support the CLR's IClassFactory2 marshaling from CoreLib: -->
<type fullname="System.ComponentModel.LicenseManager/LicenseInteropHelper" />
<type fullname="System.ComponentModel.LicenseManager/CLRLicenseContext" />
<type fullname="System.ComponentModel.LicenseManager/LicInfoHelperLicenseContext" />
</assembly>
<assembly fullname="System.Diagnostics.StackTrace">
<!-- used by System.Private.CoreLib StackTrace code to load portable pdbs for the runtime diagnostic stack trace to get source/line info -->
<type fullname="System.Diagnostics.StackTraceSymbols" required="true" />
</assembly>
<assembly fullname="System.Linq">
<!-- required by debugger, see comment in System/Linq/DebugView.cs -->
<type fullname="System.Linq.SystemCore_EnumerableDebugView" />
<type fullname="System.Linq.SystemCore_EnumerableDebugView`1" />
<type fullname="System.Linq.SystemCore_EnumerableDebugViewEmptyException" />
</assembly>
<assembly fullname="System.Private.DataContractSerialization">
<type fullname="System.Runtime.Serialization.DataContractSerializer">
<!-- called through reflection by tests -->
<method name="set_Option" />
</type>
</assembly>
<assembly fullname="System.Private.Xml">
<type fullname="System.Xml.XmlReader">
<!-- called via reflection from System.Data.Common.dll -->
<method name="CreateSqlReader" />
</type>
<type fullname="System.Xml.Serialization.XmlSerializer">
<!-- called via reflection from SGen tool -->
<method name="set_Mode" />
<method name="GenerateSerializer" />
</type>
</assembly>
<assembly fullname="System.Private.Xml.Linq">
<type fullname="System.Xml.Linq.XElement">
<!-- needed by serialization -->
<method name=".ctor" />
</type>
</assembly>
<assembly fullname="System.Runtime.InteropServices">
<!-- IMarshal is internal and never directly called, but needed by COM -->
<type fullname="System.Runtime.InteropServices.IMarshal" />
</assembly>
<assembly fullname="System.Security.Claims">
<type fullname="System.Security.Principal.GenericPrincipal">
<!-- called through reflection by AppDomain -->
<method name="GetDefaultInstance" />
</type>
</assembly>
<assembly fullname="System.Security.Principal.Windows">
<type fullname="System.Security.Principal.WindowsPrincipal">
<!-- called through reflection by AppDomain -->
<method name="GetDefaultInstance" />
</type>
</assembly>
</linker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment