4 references to QMethodDefinition
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
30
return ReflectionCoreExecution.ExecutionEnvironment.GetMethodInvoker(DeclaringType, new
QMethodDefinition
(Reader, MethodHandle), methodArguments, exceptionPertainant, out exception);
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
690
methodHandle = new
QMethodDefinition
(qTypeDefinition.NativeFormatReader, nativeFormatMethodHandle);
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
218
handle = new
QMethodDefinition
(reader, methodHandle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
894
methodHandle = new
QMethodDefinition
(nameAndSignature.Reader, nameAndSignature.Handle);