1 write to _type
System.Data.Common (1)
System\Data\Filter\ExpressionParser.cs (1)
1403_type = type;
6 references to _type
System.Data.Common (6)
System\Data\Filter\ExpressionParser.cs (6)
226if (opInfo._type == Nodes.Binop && opInfo._op == Operators.In && _token != Tokens.Parent) 325if (opInfo._type == Nodes.Binop && opInfo._op == Operators.In) 397if (_prevOperand == Empty && opInfo._type != Nodes.Call) 405if (opInfo._type == Nodes.Call) 452if (opInfo._type != Nodes.Call) 675switch (opInfo._type)