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