1 write to typeNs
System.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1050
entry.
typeNs
= typeNs;
7 references to typeNs
System.Xml (7)
System\Xml\Serialization\XmlSerializationWriter.cs (7)
1077
typeNs = entry.
typeNs
;
1094
typeNs = entry.
typeNs
;
1187
WriteReferencingElement(entry.typeName, entry.
typeNs
, o, isNullable);
1199
WriteStartElement(entry.typeName, entry.
typeNs
, null, true);
1203
if (needXsiType) WriteXsiType(entry.typeName, entry.
typeNs
);
1227
WriteStartElement(name.Length == 0 ? entry.typeName : name, ns == null ? entry.
typeNs
: ns, null, true);
1229
if (ambientType != t) WriteXsiType(entry.typeName, entry.
typeNs
);