1 write to Handle
System.Private.CoreLib (1)
Internal\Runtime\CompilerServices\MethodNameAndSignature.cs (1)
20Handle = handle;
10 references to Handle
System.Private.CoreLib (6)
Internal\Runtime\CompilerServices\MethodNameAndSignature.cs (6)
25Method method = Reader.GetMethod(Handle); 33Method method = Reader.GetMethod(Handle); 51Method thisMethod = Reader.GetMethod(Handle); 52Method otherMethod = other.Reader.GetMethod(other.Handle); 62Method method = Reader.GetMethod(Handle); 73Method method = Reader.GetMethod(Handle);
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
330Method.NameAndSignature.Handle,
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
894methodHandle = new QMethodDefinition(nameAndSignature.Reader, nameAndSignature.Handle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.SignatureParsing.cs (2)
27var method = signature.Handle.GetMethod(signature.Reader); 34var method = signature.Handle.GetMethod(metadataReader);