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