1 override of FormatTypeName
mscorlib (1)
system\rttype.cs (1)
5086internal override string FormatTypeName(bool serialization)
4 references to FormatTypeName
mscorlib (4)
system\reflection\methodbase.cs (1)
275string typeName = t.FormatTypeName(serialization);
system\reflection\methodinfo.cs (1)
1050return ReturnType.FormatTypeName(true) + " " + FormatNameAndSig(true);
system\reflection\propertyinfo.cs (1)
355StringBuilder sbName = new StringBuilder(PropertyType.FormatTypeName(serialization));
system\type.cs (1)
1748return FormatTypeName(false);