1 instantiation of DbEntityRefExpression
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1132return new DbEntityRefExpression(refResultType, argument);
15 references to DbEntityRefExpression
System.Data.Entity (15)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
567/// Visitor pattern method for <see cref="DbEntityRefExpression"/>. 571public override void Visit(DbEntityRefExpression expression)
System\Data\Common\CommandTrees\DbExpressionVisitor.cs (1)
115public abstract void Visit(DbEntityRefExpression expression);
System\Data\Common\CommandTrees\DbExpressionVisitor_TResultType.cs (1)
131public abstract TResultType Visit(DbEntityRefExpression expression);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
818public override DbExpression Visit(DbEntityRefExpression expression)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1123/// Creates a new <see cref="DbEntityRefExpression"/> that retrieves the ref of the specifed entity in structural form. 1129public static DbEntityRefExpression GetEntityRef(this DbExpression argument)
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
700public override void Visit(DbEntityRefExpression e)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
560public override void Visit(DbEntityRefExpression e)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
847public override TreeNode Visit(DbEntityRefExpression e)
System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs (1)
137public override TReturn Visit(DbEntityRefExpression expression)
System\Data\Mapping\ViewValidator.cs (1)
510public override DbExpressionEntitySetInfo Visit(DbEntityRefExpression expression)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2135public override Node Visit(DbEntityRefExpression e)
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
334public override bool Visit(DbEntityRefExpression expression)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1356public override ISqlFragment Visit(DbEntityRefExpression e)