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