27 references to NE2V
System.Data.Linq (27)
SqlClient\Common\SqlNode.cs (1)
967
case SqlNodeType.
NE2V
:
SqlClient\Common\SqlNodeTypeOperators.cs (3)
84
case SqlNodeType.
NE2V
:
118
case SqlNodeType.
NE2V
:
155
case SqlNodeType.
NE2V
:
SqlClient\Common\SqlVisitor.cs (1)
65
case SqlNodeType.
NE2V
:
SqlClient\Query\MethodCallConverter.cs (1)
63
case SqlNodeType.
NE2V
:
SqlClient\Query\SimpleExpression.cs (1)
67
case SqlNodeType.
NE2V
:
SqlClient\Query\SqlBinder.cs (6)
186
case SqlNodeType.
NE2V
:
203
case SqlNodeType.
NE2V
: {
209
bool equal = bo.NodeType != SqlNodeType.NE && bo.NodeType != SqlNodeType.
NE2V
;
210
bool isTwoValue = bo.NodeType == SqlNodeType.EQ2V || bo.NodeType == SqlNodeType.
NE2V
;
291
case SqlNodeType.
NE2V
: {
307
case SqlNodeType.
NE2V
:
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
131
case SqlNodeType.
NE2V
:
SqlClient\Query\SqlCaseSimplifier.cs (2)
41
case SqlNodeType.
NE2V
:
73
if (nt!=SqlNodeType.EQ && nt!=SqlNodeType.NE && nt!=SqlNodeType.EQ2V && nt!=SqlNodeType.
NE2V
)
SqlClient\Query\SqlComparer.cs (1)
87
case SqlNodeType.
NE2V
:
SqlClient\Query\SqlFormatter.cs (1)
1337
case SqlNodeType.
NE2V
: return "<>";
SqlClient\Query\SqlParameterizer.cs (1)
140
case SqlNodeType.
NE2V
: {
SqlClient\Query\SqlSupersetValidator.cs (1)
146
bo.NodeType == SqlNodeType.EQ2V || bo.NodeType == SqlNodeType.
NE2V
||
SqlClient\Query\Translator.cs (6)
288
expr.NodeType == SqlNodeType.EQ2V || expr.NodeType == SqlNodeType.
NE2V
);
327
if (expr.NodeType == SqlNodeType.EQ2V || expr.NodeType == SqlNodeType.
NE2V
) {
362
SqlNodeType eqKind = (expr.NodeType == SqlNodeType.EQ2V || expr.NodeType == SqlNodeType.
NE2V
) ? SqlNodeType.EQ2V : SqlNodeType.EQ;
372
if (expr.NodeType == SqlNodeType.NE || expr.NodeType == SqlNodeType.
NE2V
) {
406
case SqlNodeType.
NE2V
:
428
SqlNodeType neOp = allowExpand ? SqlNodeType.
NE2V
: SqlNodeType.NE;
SqlClient\SqlTypeSystemProvider.cs (1)
1143
case SqlNodeType.
NE2V
: