1 write to _dictionaryEnumerator
Microsoft.Build (1)
Collections\CopyOnWritePropertyDictionary.cs (1)
401_dictionaryEnumerator = dictionary._backing.GetEnumerator();
4 references to _dictionaryEnumerator
Microsoft.Build (4)
Collections\CopyOnWritePropertyDictionary.cs (4)
408public void Dispose() => _dictionaryEnumerator.Dispose(); 412if (_dictionaryEnumerator.MoveNext()) 414Current = _dictionaryEnumerator.Current.Value; 422public void Reset() => _dictionaryEnumerator.Reset();