1 write to m_fieldAttributes
System.Private.CoreLib (1)
src\System\Reflection\MdFieldInfo.cs (1)
27
m_fieldAttributes
= fieldAttributes;
1 reference to m_fieldAttributes
System.Private.CoreLib (1)
src\System\Reflection\MdFieldInfo.cs (1)
61
public override FieldAttributes Attributes =>
m_fieldAttributes
;