3 writes to AssociationSet
System.Data.Entity (3)
System\Data\Objects\RelationshipWrapper.cs (3)
27
this.
AssociationSet
= extent;
38
this.
AssociationSet
= wrapper.AssociationSet;
58
AssociationSet
= extent;
10 references to AssociationSet
System.Data.Entity (10)
System\Data\Objects\RelationshipEntry.cs (5)
44
base._entitySet = relationshipWrapper.
AssociationSet
;
236
this.RelationshipWrapper.
AssociationSet
.ElementType.FullName,
245
this.RelationshipWrapper.
AssociationSet
.ElementType.FullName,
383
if (_relationshipWrapper.
AssociationSet
.ElementType.AssociationEndMembers[0].Name == associationMember.Name)
446
RelationshipWrapper = new RelationshipWrapper(RelationshipWrapper.
AssociationSet
, newKey);
System\Data\Objects\RelationshipWrapper.cs (5)
38
this.AssociationSet = wrapper.
AssociationSet
;
84
get { return this.
AssociationSet
.ElementType.AssociationEndMembers; }
113
return this.
AssociationSet
.Name.GetHashCode() ^ (this.Key0.GetHashCode() + this.Key1.GetHashCode());
125
Object.ReferenceEquals(this.
AssociationSet
, wrapper.
AssociationSet
) &&