1 write to _str
Microsoft.ML.Core (1)
CommandLine\CmdLexer.cs (1)
315_str = str;
9 references to _str
Microsoft.ML.Core (9)
CommandLine\CmdLexer.cs (9)
487while (_ich < _str.Length) 489char ch = _str[_ich++]; 517Contracts.Assert(ichMin >= 0 && _str[ichMin] == '\\'); 518Contracts.Assert(ichMin == 0 || _str[ichMin - 1] != '\\'); 521while (_ich < _str.Length && _str[_ich] == '\\') 525if (_ich >= _str.Length) 532switch (_str[_ich]) 540_sb.Append(_str[_ich++]);