1 write to type
System.Data (1)
fx\src\data\System\Data\Filter\ExpressionParser.cs (1)
1320
this.
type
= type;
6 references to type
System.Data (6)
fx\src\data\System\Data\Filter\ExpressionParser.cs (6)
216
if (opInfo.
type
== Nodes.Binop && opInfo.op == Operators.In && token != Tokens.Parent) {
314
if (opInfo.
type
== Nodes.Binop && opInfo.op == Operators.In) {
380
if (prevOperand == Empty && opInfo.
type
!= Nodes.Call) {
387
if (opInfo.
type
== Nodes.Call) {
430
if (opInfo.
type
!= Nodes.Call)
642
switch (opInfo.
type
) {