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