7 references to ResolveTypeDefRefOrSpec
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (2)
54
return declaringTypeHandle.
ResolveTypeDefRefOrSpec
(_module, default);
75
Type declaringType = mr.Parent.
ResolveTypeDefRefOrSpec
(_module, typeContext);
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
61
protected sealed override Type ComputeEventHandlerType() => EventDefinition.Type.
ResolveTypeDefRefOrSpec
(_module, TypeContext);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
68
RoType? catchType = catchTypeHandle.IsNil ? null : catchTypeHandle.
ResolveTypeDefRefOrSpec
(GetEcmaModule(), TypeContext);
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (2)
57
return baseTypeHandle.
ResolveTypeDefRefOrSpec
(GetEcmaModule(), instantiation.ToTypeContext());
68
yield return ifc.Interface.
ResolveTypeDefRefOrSpec
(module, typeContext);
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
52
RoType constraint = h.GetGenericParameterConstraint(reader).Type.
ResolveTypeDefRefOrSpec
(GetEcmaModule(), typeContext);