3 references to ConstructName
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1503return ConstructName(ref m_name, TypeNameFormatFlags.FormatBasic); 1520return ConstructName(ref m_fullname, TypeNameFormatFlags.FormatNamespace | TypeNameFormatFlags.FormatFullInst); 1524return ConstructName(ref m_toString, TypeNameFormatFlags.FormatNamespace);