2 instantiations of MethodPointerValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1031
stack.Push(StackValueKind.NativeInt, new
MethodPointerValue
(method));
2786
return new
MethodPointerValue
(method);
5 references to MethodPointerValue
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
611
if (!(ctorParameters[2] is
MethodPointerValue
methodPointer))
2724
if (value is
MethodPointerValue
methodPointer)
2774
if (value is not
MethodPointerValue
methodPtr)
3051
if (!(value is
MethodPointerValue
))
3057
result = PointedToMethod == ((
MethodPointerValue
)value).PointedToMethod;