13 references to ExprSet
System.Data.Linq (13)
SqlClient\Common\SqlNode.cs (1)
1842
: base(SqlNodeType.
ExprSet
, clrType, sourceExpression) {
SqlClient\Common\SqlVisitor.cs (2)
181
case SqlNodeType.
ExprSet
:
626
case SqlNodeType.
ExprSet
:
SqlClient\Query\SimpleExpression.cs (1)
78
case SqlNodeType.
ExprSet
:
SqlClient\Query\SqlComparer.cs (3)
34
if (node1.NodeType == SqlNodeType.
ExprSet
) {
41
else if (node2.NodeType == SqlNodeType.
ExprSet
) {
232
case SqlNodeType.
ExprSet
:
SqlClient\Query\SqlExpressionNullability.cs (1)
25
case SqlNodeType.
ExprSet
:
SqlClient\Query\SqlFlattener.cs (3)
114
if (col.Expression.NodeType == SqlNodeType.
ExprSet
&& c.Expression.NodeType != SqlNodeType.
ExprSet
) {
230
expr.NodeType != SqlNodeType.
ExprSet
) {
SqlClient\Query\SqlFormatter.cs (1)
1223
case SqlNodeType.
ExprSet
:
SqlClient\Query\SqlNamer.cs (1)
239
case SqlNodeType.
ExprSet
: