-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinker-subs.xml
30 lines (30 loc) · 1.73 KB
/
linker-subs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<linker>
<assembly fullname="mscorlib">
<!-- <type fullname="System.IntPtr">
<method signature="System.Int32 get_Size()" body="stub" value="4"/>
</type> -->
<type fullname="System.UIntPtr">
<method signature="System.Int32 get_Size()" body="stub" value="4"/>
</type>
<type fullname="System.Numerics.Vector`1">
<method signature="System.Int32 GetHashCode()" body="stub" value="4"/>
</type>
<type fullname="System.DateTimeParse">
<method signature="System.Boolean Lex(System.DateTimeParse/DS,System.__DTString&,System.DateTimeToken&,System.DateTimeRawInfo&,System.DateTimeResult&,System.Globalization.DateTimeFormatInfo&,System.Globalization.DateTimeStyles)" body="stub" value="true" />
</type>
<type fullname="System.String">
<method signature="System.Void MakeSeparatorList(System.ReadOnlySpan\u00601\u003CSystem.Char\u003E,System.Collections.Generic.ValueListBuilder\u00601\u003CSystem.Int32\u003E\u0026)" body="stub" />
</type>
<!-- <type fullname="System.Numerics.Vector">
<method signature="System.Boolean get_IsHardwareAccelerated()" body="stub"/>
</type> -->
<!-- <type fullname="System.BitConverter">
<field name="IsLittleEndian" value="true"/>
</type> -->
</assembly>
<assembly fullname="System.Core">
<type fullname="System.Linq.Expressions.Compiler.LambdaCompiler">
<method signature="System.Void EmitLift(System.Linq.Expressions.ExpressionType,System.Type,System.Linq.Expressions.MethodCallExpression,System.Linq.Expressions.ParameterExpression[],System.Linq.Expressions.Expression[])" body="stub" />
</type>
</assembly>
</linker>