3 writes to _dictionaryEnumerator
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (3)
618
_dictionaryEnumerator
= _dictionary._dictionaryStorage.GetEnumerator();
622
_dictionaryEnumerator
= null;
667
_dictionaryEnumerator
= enumerator;
1 reference to _dictionaryEnumerator
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
660
var enumerator =
_dictionaryEnumerator
!.Value;