11 references to GetMethod
System.Private.CoreLib (7)
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);
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
119
_method = _reader.
GetMethod
(methodHandle);
System.Private.StackTraceMetadata (4)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
90
Method method = metadataReader.
GetMethod
(methodHandle);
523
Method method = metadataReader.
GetMethod
(methodHandle);
Internal\StackTraceMetadata\StackTraceMetadata.cs (2)
101
foreach (CustomAttributeHandle cah in reader.
GetMethod
(methodHandle).CustomAttributes)
218
reader.GetString(reader.
GetMethod
(methodHandle).Name),