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)
408
public void Dispose() =>
_dictionaryEnumerator
.Dispose();
412
if (
_dictionaryEnumerator
.MoveNext())
414
Current =
_dictionaryEnumerator
.Current.Value;
422
public void Reset() =>
_dictionaryEnumerator
.Reset();