3 references to StringTypeDesc
System.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2666
else if (mapping.TypeDesc ==
StringTypeDesc
) {
3814
if (text.Mapping.TypeDesc ==
StringTypeDesc
|| text.Mapping.TypeDesc.FormatterName == "String") {
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1452
if (typeDesc ==
StringTypeDesc
|| typeDesc.FormatterName == "String") {