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