2 overrides of GetTrueCustomAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
72
protected sealed override IEnumerable<CustomAttributeData>
GetTrueCustomAttributes
() => TypeDefinition.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaModule());
System\Reflection\TypeLoading\Types\RoExceptionType.cs (1)
38
protected sealed override IEnumerable<CustomAttributeData>
GetTrueCustomAttributes
() => throw null!;
1 reference to GetTrueCustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
65
foreach (CustomAttributeData cad in
GetTrueCustomAttributes
())