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