4 writes to _chCur
Microsoft.ML.Core (4)
CommandLine\CharCursor.cs (4)
29
_chCur
= _ichCur < _ichLim ? _text[_ichCur] : '\x00';
40
_chCur
= _ichCur < _ichLim ? _text[_ichCur] : '\x00';
52
_chCur
= _text[_ichCur];
56
_chCur
= '\x00';
2 references to _chCur
Microsoft.ML.Core (2)
CommandLine\CharCursor.cs (2)
21
public char ChCur =>
_chCur
;
58
return
_chCur
;