5 writes to _tokenLength
System.Net.HttpListener (5)
src\libraries\Common\src\System\Net\CookieParser.cs (5)
196_tokenLength = 0; 236_tokenLength = _index - _start; 253_tokenLength = -1; 257_tokenLength += increment; 429_tokenLength = 0;
3 references to _tokenLength
System.Net.HttpListener (3)
src\libraries\Common\src\System\Net\CookieParser.cs (3)
139if (_tokenLength != 0) 142_tokenStream.Substring(_start, _tokenLength) : 143_tokenStream.AsSpan(_start, _tokenLength).Trim().ToString();