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