1 write to m_toString
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1503internal string GetToString() => m_toString ?? ConstructName(ref m_toString, TypeNameFormatFlags.FormatNamespace)!;
1 reference to m_toString
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1503internal string GetToString() => m_toString ?? ConstructName(ref m_toString, TypeNameFormatFlags.FormatNamespace)!;