5 writes to m_currentIteratorIndex
System.Data.Entity (5)
System\Data\Common\Utils\ModifiableIteratorCollection.cs (5)
33
m_currentIteratorIndex
= -1;
66
m_currentIteratorIndex
= -1;
83
m_currentIteratorIndex
--;
97
m_currentIteratorIndex
= 0;
100
m_currentIteratorIndex
++;
4 references to m_currentIteratorIndex
System.Data.Entity (4)
System\Data\Common\Utils\ModifiableIteratorCollection.cs (4)
76
Debug.Assert(
m_currentIteratorIndex
>= 0, "Iterator not started yet");
77
Remove(
m_currentIteratorIndex
);
98
while (
m_currentIteratorIndex
< m_elements.Count) {
99
yield return m_elements[
m_currentIteratorIndex
];