2 instantiations of DictionaryNode
System.Collections.Specialized (2)
System\Collections\Specialized\ListDictionary.cs (2)
86
DictionaryNode newNode = new
DictionaryNode
();
168
DictionaryNode newNode = new
DictionaryNode
();
17 references to DictionaryNode
System.Collections.Specialized (17)
System\Collections\Specialized\ListDictionary.cs (17)
16
private
DictionaryNode
? head; // Do not rename (binary serialization)
36
DictionaryNode
? node = head;
68
DictionaryNode
? last = null;
69
DictionaryNode
? node;
86
DictionaryNode
newNode = new DictionaryNode();
156
DictionaryNode
? last = null;
158
for (
DictionaryNode
? node = head; node != null; node = node.next)
168
DictionaryNode
newNode = new DictionaryNode();
193
for (
DictionaryNode
? node = head; node != null; node = node.next)
213
for (
DictionaryNode
? node = head; node != null; node = node.next)
235
DictionaryNode
? last = null;
236
DictionaryNode
? node;
265
private
DictionaryNode
? _current;
368
for (
DictionaryNode
? node = _list.head; node != null; node = node.next)
380
for (
DictionaryNode
? node = _list.head; node != null; node = node.next)
413
private
DictionaryNode
? _current;
475
public
DictionaryNode
? next; // Do not rename (binary serialization)