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