1 write to _dictionaryEnumerator
Microsoft.Build (1)
Collections\CopyOnWritePropertyDictionary.cs (1)
400_dictionaryEnumerator = dictionary._backing.GetEnumerator();
4 references to _dictionaryEnumerator
Microsoft.Build (4)
Collections\CopyOnWritePropertyDictionary.cs (4)
407public void Dispose() => _dictionaryEnumerator.Dispose(); 411if (_dictionaryEnumerator.MoveNext()) 413Current = _dictionaryEnumerator.Current.Value; 421public void Reset() => _dictionaryEnumerator.Reset();