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