2 references to DistributeOperatorIntoCase
System.Data.Linq (2)
SqlClient\Query\SqlCaseSimplifier.cs (2)
45
return this.
DistributeOperatorIntoCase
(bo.NodeType, (SqlSimpleCase)bo.Left, bo.Right);
50
return this.
DistributeOperatorIntoCase
(bo.NodeType, (SqlSimpleCase)bo.Right, bo.Left);