1 write to m_fieldAttributes
System.Private.CoreLib (1)
src\System\Reflection\RtFieldInfo.cs (1)
41
m_fieldAttributes
= RuntimeFieldHandle.GetAttributes(handle);
1 reference to m_fieldAttributes
System.Private.CoreLib (1)
src\System\Reflection\RtFieldInfo.cs (1)
122
public override FieldAttributes Attributes =>
m_fieldAttributes
;