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)
407
public void Dispose() =>
_dictionaryEnumerator
.Dispose();
411
if (
_dictionaryEnumerator
.MoveNext())
413
Current =
_dictionaryEnumerator
.Current.Value;
421
public void Reset() =>
_dictionaryEnumerator
.Reset();