1 write to _defaultNs
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
77
_defaultNs
= defaultNamespace ?? string.Empty;
2 references to _defaultNs
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
126
TypeMapping mapping = ImportTypeMapping(_modelScope.GetTypeModel(type),
_defaultNs
, ImportContext.Element, string.Empty, null, limiter);
273
string ns = root?.Namespace ?? defaultNamespace ??
_defaultNs
;