15 references to Not2V
System.Data.Linq (15)
SqlClient\Common\SqlNode.cs (1)
898
case SqlNodeType.
Not2V
:
SqlClient\Common\SqlNodeTypeOperators.cs (2)
17
case SqlNodeType.
Not2V
:
47
case SqlNodeType.
Not2V
:
SqlClient\Common\SqlVisitor.cs (1)
27
case SqlNodeType.
Not2V
:
SqlClient\Query\QueryConverter.cs (1)
1840
sel.Where = sql.Unary(SqlNodeType.
Not2V
, cond, this.dominatingExpression);
SqlClient\Query\SimpleExpression.cs (1)
42
case SqlNodeType.
Not2V
:
SqlClient\Query\SqlBinder.cs (3)
211
SqlNodeType negator = isTwoValue ? SqlNodeType.
Not2V
: SqlNodeType.Not;
570
if ((uo.NodeType == SqlNodeType.Not || uo.NodeType == SqlNodeType.
Not2V
) && uo.Operand.NodeType == SqlNodeType.Value) {
574
else if (uo.NodeType == SqlNodeType.
Not2V
) {
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
127
case SqlNodeType.
Not2V
:
SqlClient\Query\SqlComparer.cs (1)
55
case SqlNodeType.
Not2V
:
SqlClient\Query\SqlFormatter.cs (3)
95
case SqlNodeType.
Not2V
:
125
case SqlNodeType.
Not2V
:
1339
case SqlNodeType.
Not2V
: return "NOT";
SqlClient\SqlTypeSystemProvider.cs (1)
1055
case SqlNodeType.
Not2V
: