1 write to _dictionaryEnumerator
Microsoft.AspNetCore.Http (1)
QueryCollection.cs (1)
199
_dictionaryEnumerator
= dictionaryEnumerator;
3 references to _dictionaryEnumerator
Microsoft.AspNetCore.Http (3)
QueryCollection.cs (3)
212
return
_dictionaryEnumerator
.MoveNext();
226
return
_dictionaryEnumerator
.Current;
249
((IEnumerator)
_dictionaryEnumerator
).Reset();