1 write to m_utf8name
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
45scope.GetPropertyProps(tkProperty, out m_utf8name, out m_flags, out _);
1 reference to m_utf8name
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
170public override string Name => m_name ??= new MdUtf8String(m_utf8name).ToString();