1 write to m_Iterators
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Collection.vb (1)
345m_Iterators = New List(Of Object)
12 references to m_Iterators
Microsoft.VisualBasic.Core (12)
Microsoft\VisualBasic\Collection.vb (12)
126Dim i As Integer = m_Iterators.Count - 1 128Dim ref As WeakReference = DirectCast(m_Iterators(i), WeakReference) 135m_Iterators.RemoveAt(i) 254Dim i As Integer = m_Iterators.Count - 1 257oldWeakref = CType(m_Iterators(i), WeakReference) 259m_Iterators.RemoveAt(i) 268m_Iterators.Add(weakref) 273m_Iterators.Remove(weakref) 277m_Iterators.Add(weakref) 573Dim i As Integer = m_Iterators.Count - 1 576weakref = CType(m_Iterators(i), WeakReference) 583m_Iterators.RemoveAt(i)