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