5 references to RuntimeMethodHandleInternal
mscorlib (5)
system\delegate.cs (1)
120RuntimeMethodHandleInternal method = new RuntimeMethodHandleInternal(GetInvokeMethod());
system\reflection\ConstructorInfo.cs (1)
319return new RuntimeMethodHandleInternal(m_handle);
system\reflection\methodinfo.cs (2)
305return new RuntimeMethodHandleInternal(m_handle); 959RuntimeMethodHandle.GetStubIfNeeded(new RuntimeMethodHandleInternal(this.m_handle), m_declaringType, methodInstantionRuntimeType)) as MethodInfo;
system\runtimehandles.cs (1)
974m_value = new RuntimeMethodHandleInternal(methodHandleValue);