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