Implemented interface member:
4 writes to Current
Microsoft.AspNetCore.Http (4)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (4)
625Current = default; 654Current = dictionary._arrayStorage[_index]; 664Current = enumerator.Current; 676Current = default;
3 references to Current
Microsoft.AspNetCore.Http (3)
Internal\RequestCookieCollection.cs (1)
202var current = _dictionaryEnumerator.Current;
QueryCollectionInternal.cs (1)
114public KeyValuePair<string, StringValues> Current => _notEmpty ? _dictionaryEnumerator.Current : default;
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
632object IEnumerator.Current => Current;