1 write to m_flags
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
45
scope.GetPropertyProps(tkProperty, out m_utf8name, out
m_flags
, out _);
1 reference to m_flags
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
316
public override PropertyAttributes Attributes =>
m_flags
;