1 write to defaultNs
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
81
this.
defaultNs
= defaultNamespace;
2 references to defaultNs
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
118
TypeMapping mapping = ImportTypeMapping(modelScope.GetTypeModel(type),
defaultNs
, ImportContext.Element, string.Empty, null, limiter);
241
if (ns == null) ns = this.
defaultNs
;