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)
126TypeMapping mapping = ImportTypeMapping(_modelScope.GetTypeModel(type), _defaultNs, ImportContext.Element, string.Empty, null, limiter); 273string ns = root?.Namespace ?? defaultNamespace ?? _defaultNs;