Base:
property
Attributes
System.Reflection.FieldInfo.Attributes
1 override of Attributes
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
58public sealed override FieldAttributes Attributes
2 references to Attributes
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1675if ((field.Attributes & FieldAttributes.NotSerialized) != 0) 1700if ((field.Attributes & FieldAttributes.NotSerialized) != 0)