1 write to _notEmpty
Microsoft.AspNetCore.Http (1)
QueryCollectionInternal.cs (1)
94_notEmpty = true;
3 references to _notEmpty
Microsoft.AspNetCore.Http (3)
QueryCollectionInternal.cs (3)
104if (_notEmpty) 114public KeyValuePair<string, StringValues> Current => _notEmpty ? _dictionaryEnumerator.Current : default; 125if (_notEmpty)