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)
660var enumerator = _dictionaryEnumerator!.Value;