6 writes to _index
System.Net.HttpListener (6)
src\libraries\Common\src\System\Net\CookieParser.cs (6)
200++_index; 212++_index; 230++_index; 234++_index; 256++_index; 276++_index;
20 references to _index
System.Net.HttpListener (20)
src\libraries\Common\src\System\Net\CookieParser.cs (20)
80return _index >= _length; 197_start = _index; 198while ((_index < _length) && char.IsWhiteSpace(_tokenStream[_index])) 209if (_tokenStream[_index] == '"') 214while (_index < _length) 216char currChar = _tokenStream[_index]; 232if (_index < _length) 236_tokenLength = _index - _start; 242while ((_index < _length) 243&& (_tokenStream[_index] != ';') 244&& (ignoreEquals || (_tokenStream[_index] != '=')) 245&& (ignoreComma || (_tokenStream[_index] != ','))) 250if (_tokenStream[_index] == ',') 252_start = _index + 1; 261switch (_tokenStream[_index]) 272_cookieLength = _index - _cookieStartIndex; 281_cookieLength = _index - _cookieStartIndex; 374_cookieStartIndex = _index; 427_start = _index;