Skip to content

Commit f1b9fd2

Browse files
committed
Properly implement substitutions according to the recent refactoring dotnet#89308
1 parent 5832fed commit f1b9fd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<linker>
22
<assembly fullname="System.Linq.Expressions">
3+
<type fullname="System.Linq.Expressions.LambdaExpression">
4+
<method signature="System.Boolean get_CanCompileToIL()" feature="System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported" featurevalue="false" body="stub" value="false" />
5+
</type>
36
<type fullname="System.Dynamic.Utils.DelegateHelpers">
47
<method signature="System.Boolean get_CanEmitObjectArrayDelegate()" feature="System.Linq.Expressions.CanEmitObjectArrayDelegate" featurevalue="false" body="stub" value="false" />
58
</type>
9+
<type fullname="System.Linq.Expressions.Interpreter.CallInstruction">
10+
<method signature="System.Boolean get_CanCreateArbitraryDelegates()" feature="System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported" featurevalue="false" body="stub" value="false" />
11+
</type>
612
</assembly>
713
</linker>

0 commit comments

Comments
 (0)