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)
25if (_endReached || _enumerator == null) 61if (_enumerator == null) 67Debug.Assert(_enumerator != null); 70bool gotNextValue = _enumerator.MoveNext(); 78TrackedCollection<T>.ValueEl el = (TrackedCollection<T>.ValueEl)_enumerator.Current;