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