1 write to _typeDesc
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
320set { _typeDesc = value; }
2 references to _typeDesc
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
319get { return _typeDesc; } 349get { return IsAnonymousType ? XmlConvert.EncodeLocalName(_typeDesc!.Name) : _typeName; }