Optimize AVX Insert/Extract intrinsics
[platform/upstream/coreclr.git] / src / mscorlib / ILLinkTrim.xml
1 <linker>
2   <assembly fullname="System.Private.CoreLib">
3     <type fullname="System.CommonlyUsedGenericInstantiations">
4       <!-- Method is purely an aid for NGen to statically deduce which
5            instantiations to save in the ngen image. -->
6       <method name="CommonlyUsedWinRTRedirectedInterfaceStubs" />
7     </type>
8     <type fullname="System.Threading.Tasks.Task">
9       <!-- Properties used by a debugger. -->
10       <property name="ParentForDebugger" />
11       <property name="StateFlagsForDebugger" />
12     </type>
13     <type fullname="System.Diagnostics.Tracing.EventListener">
14       <!-- Method gets used when the code is mirrored into CoreFX
15            and is packaged into Microsoft.Diagnostics.Tracing.EventSource.Redist. -->
16       <method name="DisposeOnShutdown" />
17     </type>
18     <type fullname="System.Threading.Tasks.Task">
19       <!-- Methods is used by VS Tasks Window. -->
20       <method name="GetActiveTaskFromId" />
21     </type>
22   </assembly>
23 </linker>