2 references to ToBoolExprList
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
114
m_tree = new DomainAndExpr(
ToBoolExprList
(childList));
117
m_tree = new DomainOrExpr(
ToBoolExprList
(childList));