2 instantiations of Method
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
3333=> new Method(reader, this); 7805return new Method(this, handle);
20 references to Method
System.Private.CoreLib (14)
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);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
3332public Method GetMethod(MetadataReader reader) 7803public Method GetMethod(MethodHandle handle)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
128Method method = methodHandle.GetMethod(reader); 136public static bool IsConstructor(ref Method method, MetadataReader reader)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (2)
79Method method = MethodHandle.GetMethod(Reader); 284private readonly Method _method;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (2)
31Method method = methodHandle.GetMethod(reader); 46Method method = methodHandle.GetMethod(reader);
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs (1)
40Method method = methodHandle.NativeFormatHandle.GetMethod(methodHandle.NativeFormatReader);
System.Private.StackTraceMetadata (3)
Internal\StackTraceMetadata\MethodNameFormatter.cs (3)
90Method method = metadataReader.GetMethod(methodHandle); 132Method method = methodHandle.GetMethod(_metadataReader); 523Method method = metadataReader.GetMethod(methodHandle);
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.SignatureParsing.cs (2)
27var method = signature.Handle.GetMethod(signature.Reader); 34var method = signature.Handle.GetMethod(metadataReader);