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