2 writes to _currentValue
Microsoft.AspNetCore.WebUtilities (2)
FormReader.cs (2)
188_currentValue = null; 208if (!TryReadWord('&', ValueLengthLimit, out _currentValue))
6 references to _currentValue
Microsoft.AspNetCore.WebUtilities (6)
FormReader.cs (6)
130return new KeyValuePair<string, string>(_currentKey, _currentValue); 163return new KeyValuePair<string, string>(_currentKey, _currentValue); 206if (_currentValue == null) 310[MemberNotNullWhen(true, nameof(_currentKey), nameof(_currentValue))] 313return _currentKey != null && _currentValue != null; 320accumulator.Append(_currentKey, _currentValue);