2 writes to _method
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (2)
78
_method
= method;
145
_method
= parent._method;
10 references to _method
System.Linq.Expressions (10)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (6)
145
_method = parent.
_method
;
242
return index + (_hasClosureArgument ? 1 : 0) + (
_method
.IsStatic ? 0 : 1);
257
Debug.Assert(
_method
.IsStatic, "must be a static method");
263
Debug.Assert(
_method
is DynamicMethod);
265
return
_method
.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
288
Debug.Assert(
_method
is DynamicMethod);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
588
Debug.Assert(
_method
is DynamicMethod);
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (3)
28
Debug.Assert(
_method
is DynamicMethod);
95
DynamicMethod? dynamicMethod = inner.
_method
as DynamicMethod;
133
Debug.Assert(
_method
is DynamicMethod);