1 write to typeDesc
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
269set { typeDesc = value; }
2 references to typeDesc
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
268get { return typeDesc; } 292get { return IsAnonymousType ? XmlConvert.EncodeLocalName(typeDesc.Name) : typeName; }