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