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)
104
if (
_notEmpty
)
114
public KeyValuePair<string, StringValues> Current =>
_notEmpty
? _dictionaryEnumerator.Current : default;
125
if (
_notEmpty
)