2 instantiations of MethodPointerValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1020stack.Push(StackValueKind.NativeInt, new MethodPointerValue(method)); 2775return new MethodPointerValue(method);
5 references to MethodPointerValue
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
600if (!(ctorParameters[2] is MethodPointerValue methodPointer)) 2713if (value is MethodPointerValue methodPointer) 2763if (value is not MethodPointerValue methodPtr) 3040if (!(value is MethodPointerValue)) 3046result = PointedToMethod == ((MethodPointerValue)value).PointedToMethod;