Base:
property
Attributes
System.Reflection.FieldInfo.Attributes
2 references to Attributes
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (2)
328private bool IsStatic() => (_fieldInfo.Attributes & FieldAttributes.Static) == FieldAttributes.Static; 381if ((_fieldInfo.Attributes & FieldAttributes.InitOnly) == FieldAttributes.InitOnly &&