28 references to TidCur
Microsoft.ML.Transforms (28)
Expression\LambdaParser.cs (28)
179
if (
TidCur
!= TokKind.Eof)
345
if (
TidCur
== tid || CtxCur == tid)
358
if (
TidCur
== tid)
368
if (
TidCur
== TokKind.Ident)
379
if (
TidCur
!= TokKind.Comma)
389
Token tok =
TidCur
== TokKind.Colon ? TokMove() : TokEat(TokKind.EquGrt);
461
switch (
TidCur
)
577
switch (
TidCur
)
628
Contracts.Assert(
TidCur
== tidLax ||
TidCur
== tidStrict);
636
if (
TidCur
!= tidLax &&
TidCur
!= tidStrict)
647
Contracts.Assert(
TidCur
!= tidLax);
648
Contracts.Assert(
TidCur
!= tidStrict);
649
switch (
TidCur
)
668
if (
TidCur
== TokKind.Ident)
676
Contracts.Assert(
TidCur
== TokKind.Ident);
680
Contracts.Assert(
TidCur
== TokKind.OpenParen);
688
Contracts.Assert(
TidCur
== TokKind.Ident);
694
Contracts.Assert(
TidCur
== TokKind.Dot);
697
Contracts.Assert(
TidCur
== TokKind.OpenParen);
705
Contracts.Assert(
TidCur
== TokKind.OpenParen);
715
if (
TidCur
== tidEmpty)
723
if (
TidCur
!= TokKind.Comma)
739
Contracts.Assert(
TidCur
== TokKind.With);
748
Contracts.Assert(
TidCur
== TokKind.Comma);
756
if (
TidCur
== TokKind.Comma)
787
if (
TidCur
== TokKind.Equ)