7 references to GetMethodDefinition
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
65
EcmaDefinitionType declaringType = mh.
GetMethodDefinition
(Reader).GetDeclaringType().ResolveTypeDef(_module);
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
88
return mh.
GetMethodDefinition
(reader).GetDeclaringType();
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
71
MethodDefinition def = others[i].
GetMethodDefinition
(reader);
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
183
MethodDefinition 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)
23
MethodDefinition methodDefinition = handle.
GetMethodDefinition
(reader);
37
MethodDefinition methodDefinition = handle.
GetMethodDefinition
(reader);