7 references to GetMethodDefinition
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
65EcmaDefinitionType declaringType = mh.GetMethodDefinition(Reader).GetDeclaringType().ResolveTypeDef(_module);
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
88return mh.GetMethodDefinition(reader).GetDeclaringType();
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
71MethodDefinition def = others[i].GetMethodDefinition(reader);
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
183MethodDefinition methodDefinition = handle.GetMethodDefinition(reader);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
21_neverAccessThisExceptThroughMethodDefinitionProperty = handle.GetMethodDefinition(Reader);
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs (2)
23MethodDefinition methodDefinition = handle.GetMethodDefinition(reader); 37MethodDefinition methodDefinition = handle.GetMethodDefinition(reader);