4 references to ConstructName
mscorlib (4)
system\rttype.cs (4)
1677return ConstructName(ref m_name, TypeNameFormatFlags.FormatBasic); 1689return ConstructName(ref m_fullname, TypeNameFormatFlags.FormatNamespace | TypeNameFormatFlags.FormatFullInst); 1693return ConstructName(ref m_toString, TypeNameFormatFlags.FormatNamespace); 1700return ConstructName(ref m_serializationname, TypeNameFormatFlags.FormatSerialization);