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)
106
return
_dictionaryEnumerator
.MoveNext();
114
public KeyValuePair<string, StringValues> Current => _notEmpty ?
_dictionaryEnumerator
.Current : default;
127
((IEnumerator)
_dictionaryEnumerator
).Reset();