3 references to GetTextSpan
Microsoft.ML.Transforms (3)
Expression\Lexer.cs (3)
117ErrorToken err = new ErrorToken(GetTextSpan(ichMin, ichLim), eid, args); 163return new EofToken(GetTextSpan(_cursor.IchCur, _cursor.IchCur)); 817_queue.Enqueue(new NewLineToken(GetTextSpan(ichMin, _cursor.IchCur), true));