1 write to typeName
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
264
set {
typeName
= value; }
4 references to typeName
System.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
263
get { return
typeName
; }
288
get { return
typeName
== null ||
typeName
.Length == 0; }
292
get { return IsAnonymousType ? XmlConvert.EncodeLocalName(typeDesc.Name) :
typeName
; }