1 write to nsHashtable
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
1250nsHashtable = new Dictionary<string, int>(new SecureStringHasher());
7 references to nsHashtable
System.Xml (7)
System\Xml\Core\XmlTextWriter.cs (7)
1261if ( nsHashtable.TryGetValue(prefix, out existingNsIndex)) { 1264nsHashtable[prefix] = namespaceIndex; 1270Debug.Assert(nsHashtable.ContainsKey(nsStack[i].prefix)); 1272nsHashtable.Remove(nsStack[i].prefix); 1275nsHashtable[nsStack[i].prefix] = nsStack[i].prevNsIndex; 1300if ( nsHashtable.TryGetValue( prefix, out nsIndex ) ) { 1317if ( nsHashtable.TryGetValue( prefix, out nsIndex ) ) {