1 override of TrueCustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
158protected sealed override IEnumerable<CustomAttributeData> TrueCustomAttributes => RuntimeCustomAttributeData.GetCustomAttributes(_reader, _field.CustomAttributes);
1 reference to TrueCustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
53foreach (CustomAttributeData cad in TrueCustomAttributes)