1 instantiation of ValueSubstituter
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
518
ValueSubstituter visitor = new
ValueSubstituter
(referencedVariable, propertyValues);
3 references to ValueSubstituter
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (3)
502
DbExpression inputBoundEntityConstructor =
ValueSubstituter
.Substitute(entityThen, entityProjection.Input.VariableName, columnValues);
506
DbExpression newElse =
ValueSubstituter
.Substitute(entitySelector.Else, entityProjection.Input.VariableName, columnValues);
518
ValueSubstituter
visitor = new ValueSubstituter(referencedVariable, propertyValues);