1 write to Op
Microsoft.ML.Transforms (1)
Expression\Node.cs (1)
899
Op
= op;
29 references to Op
Microsoft.ML.Transforms (29)
Expression\CodeGen.cs (9)
467
switch (node.
Op
)
504
Contracts.Assert(node.
Op
== BinaryOp.Or || node.
Op
== BinaryOp.And);
519
if (node.
Op
== BinaryOp.Or)
544
switch (node.
Op
)
575
switch (node.
Op
)
606
switch (node.
Op
)
638
switch (node.
Op
)
695
Contracts.Assert(node.
Op
== BinaryOp.Coalesce);
Expression\LambdaBinder.cs (17)
315
switch (node.
Op
)
357
_host.Assert(node.
Op
== BinaryOp.And || node.
Op
== BinaryOp.Or || node.
Op
== BinaryOp.Coalesce);
363
switch (node.
Op
)
516
switch (node.
Op
)
532
switch (node.
Op
)
554
switch (node.
Op
)
570
switch (node.
Op
)
592
switch (node.
Op
)
624
switch (node.
Op
)
660
switch (node.
Op
)
692
switch (node.
Op
)
726
switch (node.
Op
)
748
switch (node.
Op
)
770
switch (node.
Op
)
794
switch (node.
Op
)
Expression\Printer.cs (3)
81
return GetPrec(node.AsBinaryOp.
Op
);
410
Precedence prec = GetPrec(node.
Op
);
422
_wrt.Write(GetString(node.
Op
));