10 references to GetBoolLiteral
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
190
BoolLiteral result =
GetBoolLiteral
(literal);
309
return remap.TryGetValue(BoolExpression.
GetBoolLiteral
(term), out newLiteral) ?
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (8)
64
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
97
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
175
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
211
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
403
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
467
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);
484
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(termExpr);
647
BoolLiteral literal = BoolExpression.
GetBoolLiteral
(expression);