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