3 references to StringTypeDesc
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
743else if (mapping.TypeDesc == StringTypeDesc) 2392if (text.Mapping!.TypeDesc == StringTypeDesc || text.Mapping.TypeDesc!.FormatterName == "String")
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
145if (typeDesc == StringTypeDesc || typeDesc.FormatterName == "String")