2 writes to EntitySet
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
165
end.
EntitySet
= entitySet;
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
176
setEnd.
EntitySet
= this.EntitySet;
10 references to EntitySet
System.Data.Entity (10)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (3)
413
currentSetEnd.ParentElement.Name, alreadyValidatedEnd.
EntitySet
.Name, this.FQName));
552
if (object.ReferenceEquals(left.
EntitySet
, right.
EntitySet
) &&
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (2)
136
System.Data.Entity.Strings.InferRelationshipEndGivesAlreadyDefinedEnd(end.
EntitySet
.FQName, Name));
166
if ( end.
EntitySet
!= null )
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (3)
98
if (_unresolvedRelationshipEndRole == null &&
EntitySet
!= null)
101
RelationshipEnd = InferRelationshipEnd(
EntitySet
);
176
setEnd.EntitySet = this.
EntitySet
;
System\Data\Metadata\Converter.cs (2)
667
EntityType endEntityType = (EntityType)LoadSchemaElement(end.
EntitySet
.EntityType,
674
AssociationSetEnd associationSetEnd = new AssociationSetEnd(GetEntitySet(end.
EntitySet
, container),