1 override of GetTrueCustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
35
protected sealed override IEnumerable<CustomAttributeData>
GetTrueCustomAttributes
() => FieldDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module);
1 reference to GetTrueCustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
52
foreach (CustomAttributeData cad in
GetTrueCustomAttributes
())