3 writes to _ich
Microsoft.ML.Core (3)
CommandLine\CmdLexer.cs (3)
489char ch = _str[_ich++]; 522_ich++; 540_sb.Append(_str[_ich++]);
7 references to _ich
Microsoft.ML.Core (7)
CommandLine\CmdLexer.cs (7)
487while (_ich < _str.Length) 516int ichMin = _ich - 1; 521while (_ich < _str.Length && _str[_ich] == '\\') 524int count = _ich - ichMin; 525if (_ich >= _str.Length) 532switch (_str[_ich])