5 references to GetStubIfNeeded
mscorlib (5)
system\reflection\methodinfo.cs (1)
959
RuntimeMethodHandle.
GetStubIfNeeded
(new RuntimeMethodHandleInternal(this.m_handle), m_declaringType, methodInstantionRuntimeType)) as MethodInfo;
system\rttype.cs (4)
671
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
779
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
842
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
2112
methodHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaredType, methodInstantiation);