1 instantiation of DbEntityRefExpression
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1132
return 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
"/>.
571
public override void Visit(
DbEntityRefExpression
expression)
System\Data\Common\CommandTrees\DbExpressionVisitor.cs (1)
115
public abstract void Visit(
DbEntityRefExpression
expression);
System\Data\Common\CommandTrees\DbExpressionVisitor_TResultType.cs (1)
131
public abstract TResultType Visit(
DbEntityRefExpression
expression);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
818
public 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.
1129
public static
DbEntityRefExpression
GetEntityRef(this DbExpression argument)
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
700
public override void Visit(
DbEntityRefExpression
e)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
560
public override void Visit(
DbEntityRefExpression
e)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
847
public override TreeNode Visit(
DbEntityRefExpression
e)
System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs (1)
137
public override TReturn Visit(
DbEntityRefExpression
expression)
System\Data\Mapping\ViewValidator.cs (1)
510
public override DbExpressionEntitySetInfo Visit(
DbEntityRefExpression
expression)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2135
public override Node Visit(
DbEntityRefExpression
e)
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
334
public override bool Visit(
DbEntityRefExpression
expression)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1356
public override ISqlFragment Visit(
DbEntityRefExpression
e)