2 writes to _enumerator
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (2)
66
_enumerator
= ((IEnumerable)_combinedValues).GetEnumerator();
115
_enumerator
= null;
5 references to _enumerator
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (5)
25
if (_endReached ||
_enumerator
== null)
61
if (
_enumerator
== null)
67
Debug.Assert(
_enumerator
!= null);
70
bool gotNextValue =
_enumerator
.MoveNext();
78
TrackedCollection<T>.ValueEl el = (TrackedCollection<T>.ValueEl)
_enumerator
.Current;