3 references to StringTypeDesc
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2839else if (mapping.TypeDesc == StringTypeDesc) 4105if (text.Mapping!.TypeDesc == StringTypeDesc || text.Mapping.TypeDesc!.FormatterName == "String")
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2419if (typeDesc == StringTypeDesc || typeDesc.FormatterName == "String")