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