3 references to StringTypeDesc
System.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
764else if (mapping.TypeDesc == StringTypeDesc) { 2452if (text.Mapping.TypeDesc == StringTypeDesc || text.Mapping.TypeDesc.FormatterName == "String") {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
136if (typeDesc == StringTypeDesc || typeDesc.FormatterName == "String") {