2 writes to _ichBase
Microsoft.ML.Transforms (2)
Expression\CharCursor.cs (2)
43
_ichBase
= 0;
99
_ichBase
+= _ichNext;
1 reference to _ichBase
Microsoft.ML.Transforms (1)
Expression\CharCursor.cs (1)
23
public int IchCur =>
_ichBase
+ _ichNext - 1;