9 references to GetMethodInfo
System.Private.CoreLib (9)
src\System\Delegate.CoreCLR.cs (2)
388
method.
GetMethodInfo
(),
389
RuntimeMethodHandle.GetDeclaringType(method.
GetMethodInfo
()),
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1005
IRuntimeMethodInfo methodReal = method.
GetMethodInfo
();
src\System\Reflection\MethodBase.CoreCLR.cs (2)
20
MethodBase? m = RuntimeType.GetMethodBase(handle.
GetMethodInfo
());
36
return RuntimeType.GetMethodBase(declaringType.GetRuntimeType(), handle.
GetMethodInfo
());
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
260
m_ctor = (RuntimeConstructorInfo)m_scope.ResolveMethod(caCtorToken, attributeType.GenericTypeArguments, null)!.MethodHandle.
GetMethodInfo
();
src\System\Reflection\RuntimeModule.cs (1)
107
IRuntimeMethodInfo methodHandle = moduleHandle.ResolveMethodHandle(tk, typeArgs, methodArgs).
GetMethodInfo
();
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
206
IRuntimeMethodInfo methodInfo = method.
GetMethodInfo
() ??
src\System\RuntimeType.CoreCLR.cs (1)
1793
return GetMethodBase(new ModuleHandle(scope).ResolveMethodHandle(typeMetadataToken).
GetMethodInfo
());