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