2 references to Substitute
System.Data.Entity (2)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
502
DbExpression inputBoundEntityConstructor = ValueSubstituter.
Substitute
(entityThen, entityProjection.Input.VariableName, columnValues);
506
DbExpression newElse = ValueSubstituter.
Substitute
(entitySelector.Else, entityProjection.Input.VariableName, columnValues);