4 references to ConstructName
System.Private.CoreLib (4)
src\System\RuntimeType.CoreCLR.cs (4)
1494
internal string GetName() => m_name ??
ConstructName
(ref m_name, TypeNameFormatFlags.FormatBasic)!;
1499
?
ConstructName
(ref m_fullName, TypeNameFormatFlags.FormatNamespace | TypeNameFormatFlags.FormatFullInst)
1503
internal string GetToString() => m_toString ??
ConstructName
(ref m_toString, TypeNameFormatFlags.FormatNamespace)!;
1507
?
ConstructName
(ref m_assemblyQualifiedName, TypeNameFormatFlags.FormatNamespace | TypeNameFormatFlags.FormatFullInst | TypeNameFormatFlags.FormatAssembly)