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)
212return _dictionaryEnumerator.MoveNext(); 226return _dictionaryEnumerator.Current; 249((IEnumerator)_dictionaryEnumerator).Reset();