2 writes to m_KeyedNodesHash
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\Collection.vb (2)
340
m_KeyedNodesHash
= New Generic.Dictionary(Of String, Node)(StartingHashCapacity, StringComparer.Create(CultureInfo, ignoreCase:=True))
342
m_KeyedNodesHash
= New Generic.Dictionary(Of String, Node)(StringComparer.Create(CultureInfo, ignoreCase:=True))
12 references to m_KeyedNodesHash
Microsoft.VisualBasic.Core (12)
Microsoft\VisualBasic\Collection.vb (12)
56
m_KeyedNodesHash
.Add(Key, newNode)
58
Debug.Assert(
m_KeyedNodesHash
.ContainsKey(Key), "We got an argumentexception from a hashtable add, but it wasn't a duplicate key.")
75
If Not
m_KeyedNodesHash
.TryGetValue(beforeString, BeforeNode) Then
90
If Not
m_KeyedNodesHash
.TryGetValue(afterString, AfterNode) Then
108
m_KeyedNodesHash
.Remove(Key)
122
m_KeyedNodesHash
.Clear()
150
Return
m_KeyedNodesHash
.ContainsKey(Key)
155
If
m_KeyedNodesHash
.TryGetValue(Key, node) Then
163
m_KeyedNodesHash
.Remove(Key)
184
m_KeyedNodesHash
.Remove(node.m_Key)
210
If Not
m_KeyedNodesHash
.TryGetValue(Key, node) Then
685
m_KeyedNodesHash
.Remove(node.m_Key)