5 references to GetStubIfNeeded
System.Private.CoreLib (5)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
435
RuntimeMethodHandle.
GetStubIfNeeded
(new RuntimeMethodHandleInternal(m_handle), m_declaringType, methodInstantionRuntimeType)) as MethodInfo;
src\System\RuntimeType.CoreCLR.cs (4)
635
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
737
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
792
RuntimeMethodHandleInternal instantiatedHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaringType, null);
1919
methodHandle = RuntimeMethodHandle.
GetStubIfNeeded
(methodHandle, declaredType, methodInstantiation);