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