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