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