1 write to _dictionaryEnumerator
Microsoft.Build (1)
Collections\CopyOnWritePropertyDictionary.cs (1)
397_dictionaryEnumerator = dictionary._backing.GetEnumerator();
4 references to _dictionaryEnumerator
Microsoft.Build (4)
Collections\CopyOnWritePropertyDictionary.cs (4)
404public void Dispose() => _dictionaryEnumerator.Dispose(); 408if (_dictionaryEnumerator.MoveNext()) 410Current = _dictionaryEnumerator.Current.Value; 418public void Reset() => _dictionaryEnumerator.Reset();