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