Base:
property
Attributes
System.Reflection.FieldInfo.Attributes
3 references to Attributes
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (3)
51if ((_fieldInfo.Attributes & FieldAttributes.HasFieldRVA) != 0) 333private bool IsStatic() => (_fieldInfo.Attributes & FieldAttributes.Static) == FieldAttributes.Static; 386if ((_fieldInfo.Attributes & FieldAttributes.InitOnly) == FieldAttributes.InitOnly &&