1 write to defaultNamespace
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1882
defaultNamespace
= new Namespace();
5 references to defaultNamespace
System.Runtime.Serialization (5)
System\Xml\XmlBaseWriter.cs (5)
1883
defaultNamespace
.Depth = 0;
1884
defaultNamespace
.Prefix = string.Empty;
1885
defaultNamespace
.Uri = string.Empty;
1886
defaultNamespace
.UriDictionaryString = null;
1910
this.namespaces[0] =
defaultNamespace
;