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