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