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'; 45return _ichCur < _ichLim ? _text.Substring(_ichCur) : ""; 52_chCur = _text[_ichCur]; 67return _text[ich];