4 references to MethodHandle
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (4)
29
return ReflectionCoreExecution.ExecutionEnvironment.GetMethodInvoker(DeclaringType, new QMethodDefinition(Reader,
MethodHandle
), methodArguments, exceptionPertainant, out exception);
54
return new NativeFormatMethodCommon(
MethodHandle
, _definingTypeInfo, _definingTypeInfo);
74
public int GenericParameterCount =>
MethodHandle
.GetMethod(Reader).GenericParameters.Count;
78
Method method =
MethodHandle
.GetMethod(Reader);