1 write to typeNs
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1179entry.typeNs = typeNs;
7 references to typeNs
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationWriter.cs (7)
1213typeNs = entry.typeNs; 1235typeNs = entry.typeNs; 1348WriteReferencingElement(entry.typeName!, entry.typeNs, o, isNullable); 1362WriteStartElement(entry.typeName!, entry.typeNs, null, true); 1366if (needXsiType) WriteXsiType(entry.typeName!, entry.typeNs); 1396WriteStartElement(name.Length == 0 ? entry.typeName! : name!, ns ?? entry.typeNs, null, true); 1398if (ambientType != t) WriteXsiType(entry.typeName!, entry.typeNs);