1 write to _tokenStream
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
60_tokenStream = tokenStream;
10 references to _tokenStream
System.Net.HttpListener (10)
src\libraries\Common\src\System\Net\CookieParser.cs (10)
142_tokenStream.Substring(_start, _tokenLength) : 143_tokenStream.AsSpan(_start, _tokenLength).Trim().ToString(); 198while ((_index < _length) && char.IsWhiteSpace(_tokenStream[_index])) 209if (_tokenStream[_index] == '"') 216char currChar = _tokenStream[_index]; 243&& (_tokenStream[_index] != ';') 244&& (ignoreEquals || (_tokenStream[_index] != '=')) 245&& (ignoreComma || (_tokenStream[_index] != ','))) 250if (_tokenStream[_index] == ',') 261switch (_tokenStream[_index])