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)
487
while (_ich <
_str
.Length)
489
char ch =
_str
[_ich++];
517
Contracts.Assert(ichMin >= 0 &&
_str
[ichMin] == '\\');
518
Contracts.Assert(ichMin == 0 ||
_str
[ichMin - 1] != '\\');
521
while (_ich <
_str
.Length &&
_str
[_ich] == '\\')
525
if (_ich >=
_str
.Length)
532
switch (
_str
[_ich])
540
_sb.Append(
_str
[_ich++]);