13 references to Relationships
System.Data.Entity (13)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
2172foreach (RelatedEnd relatedEnd in wrappedEntity.RelationshipManager.Relationships) 2275foreach (RelatedEnd relatedEnd in wrappedEntity1.RelationshipManager.Relationships)
System\Data\Objects\DataClasses\RelationshipManager.cs (8)
1065foreach (RelatedEnd relatedEnd in Relationships) 1118foreach (RelatedEnd relatedEnd in wrappedEntity.RelationshipManager.Relationships) 1137foreach (RelatedEnd relatedEnd in Relationships) 1156foreach (RelatedEnd relatedEnd in Relationships) 1185foreach (RelatedEnd relatedEnd in Relationships) 1207foreach (IRelatedEnd relatedEnd in Relationships) 1516foreach (RelatedEnd relatedEnd in Relationships) 1543foreach (RelatedEnd relatedEnd in Relationships)
System\Data\Objects\ObjectStateManager.cs (3)
614foreach (RelatedEnd end in entry.RelationshipManager.Relationships) 3343foreach (RelatedEnd relatedEnd in entry.WrappedEntity.RelationshipManager.Relationships) 3469foreach (RelatedEnd relatedEnd in entry.WrappedEntity.RelationshipManager.Relationships)