11 references to EntitySet
System.Data.Entity (11)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
772EntitySet newSet = (EntitySet)this.VisitEntitySet(expression.EntitySet); 775!object.ReferenceEquals(expression.EntitySet, newSet))
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (2)
526_key.Append(e.EntitySet.EntityContainer.Name); 528_key.Append(e.EntitySet.Name);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (2)
799setNode.Text.Append(e.EntitySet.EntityContainer.Name); 801setNode.Text.Append(e.EntitySet.Name);
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (2)
286return (refX.EntitySet.EdmEquals(refY.EntitySet) &&
System\Data\Mapping\ViewValidator.cs (1)
396return new DbExpressionSimpleTypeEntitySetInfo(expression.EntitySet);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
2110Op op = _iqtCommand.CreateRefOp(e.EntitySet, e.ResultType); 2111Node newArg = BuildSoftCast(VisitExprAsScalar(e.Argument), TypeHelpers.CreateKeyRowType(e.EntitySet.ElementType));