1 write to _functionPointer
System.Private.TypeLoader (1)
Internal\TypeSystem\MethodDesc.Runtime.cs (1)
20
_functionPointer
= functionPointer;
3 references to _functionPointer
System.Private.TypeLoader (3)
Internal\TypeSystem\MethodDesc.Runtime.cs (3)
19
Debug.Assert(
_functionPointer
== IntPtr.Zero ||
_functionPointer
== functionPointer);
30
return
_functionPointer
;