2 writes to _text
Microsoft.ML.Core (2)
CommandLine\CharCursor.cs (2)
26
_text
= text;
37
_text
= text;
5 references to _text
Microsoft.ML.Core (5)
CommandLine\CharCursor.cs (5)
29
_chCur = _ichCur < _ichLim ?
_text
[_ichCur] : '\x00';
40
_chCur = _ichCur < _ichLim ?
_text
[_ichCur] : '\x00';
45
return _ichCur < _ichLim ?
_text
.Substring(_ichCur) : "";
52
_chCur =
_text
[_ichCur];
67
return
_text
[ich];