7 references to GetMethodInfo
mscorlib (7)
system\delegate.cs (2)
632method.GetMethodInfo(), 633RuntimeMethodHandle.GetDeclaringType(method.GetMethodInfo()),
system\reflection\emit\dynamicilgenerator.cs (1)
1230IRuntimeMethodInfo methodReal = method.GetMethodInfo();
system\reflection\methodbase.cs (2)
67MethodBase m = RuntimeType.GetMethodBase(handle.GetMethodInfo()); 84return RuntimeType.GetMethodBase(declaringType.GetRuntimeType(), handle.GetMethodInfo());
system\runtime\compilerservices\runtimehelpers.cs (2)
103_PrepareMethod(method.GetMethodInfo(), null, 0); 117_PrepareMethod(method.GetMethodInfo(), pInstantiation, length);