12 references to GetMethod
System.Private.CoreLib (7)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
108
parameterTypeSignatureHandles = _customAttribute.Constructor.ToQualifiedMethodHandle(_reader).GetQualifiedMethod(_reader).Method.
GetMethod
(_reader).Signature.GetMethodSignature(_reader).Parameters;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
128
Method method = methodHandle.
GetMethod
(reader);
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (2)
75
public int GenericParameterCount => MethodHandle.
GetMethod
(Reader).GenericParameters.Count;
79
Method method = MethodHandle.
GetMethod
(Reader);
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
169
MethodAttributes flags = methodHandle.
GetMethod
(_reader).Flags;
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 (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
132
Method method = methodHandle.
GetMethod
(_metadataReader);
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
130
RuntimeTypeHandle[] methodInstantiationHandles = GetMethodInstantiationFromList(methodInstantiation, methodHandle.
GetMethod
(reader).GenericParameters.Count, isMethodInstantiationDataRelative);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.SignatureParsing.cs (2)
27
var method = signature.Handle.
GetMethod
(signature.Reader);
34
var method = signature.Handle.
GetMethod
(metadataReader);