1 write to typeNs
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1226entry.typeNs = typeNs;
7 references to typeNs
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationWriter.cs (7)
1260typeNs = entry.typeNs; 1282typeNs = entry.typeNs; 1395WriteReferencingElement(entry.typeName!, entry.typeNs, o, isNullable); 1409WriteStartElement(entry.typeName!, entry.typeNs, null, true); 1413if (needXsiType) WriteXsiType(entry.typeName!, entry.typeNs); 1443WriteStartElement(name.Length == 0 ? entry.typeName! : name!, ns ?? entry.typeNs, null, true); 1445if (ambientType != t) WriteXsiType(entry.typeName!, entry.typeNs);