9 references to HasRelatedEntityReferences
System.Data.Entity (9)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (1)
518
if (expression.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
742
if (expression.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
656
if (e.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
503
if (e.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
773
e.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
230
if (entityConstructor.
HasRelatedEntityReferences
)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
682
/// May be null if no related entities were specified - use the <see cref="
HasRelatedEntityReferences
"/> property to determine this.
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
215
if (constructor.
HasRelatedEntityReferences
)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2049
if (e.
HasRelatedEntityReferences
)