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