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