2 references to RemapLiterals
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
761
_topLevelWhereClause = _topLevelWhereClause.
RemapLiterals
(literalRemap);
771
newCaseStatement.AddWhenThen(clause.Condition.
RemapLiterals
(literalRemap), clause.Value);