1 write to _dictionaryEnumerator
Microsoft.AspNetCore.Http (1)
QueryCollectionInternal.cs (1)
93_dictionaryEnumerator = dictionaryEnumerator;
3 references to _dictionaryEnumerator
Microsoft.AspNetCore.Http (3)
QueryCollectionInternal.cs (3)
106return _dictionaryEnumerator.MoveNext(); 114public KeyValuePair<string, StringValues> Current => _notEmpty ? _dictionaryEnumerator.Current : default; 127((IEnumerator)_dictionaryEnumerator).Reset();