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