1 write to m_referencingRelationshipSets
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
36m_referencingRelationshipSets = new Dictionary<EntitySet, List<AssociationSet>>(EqualityComparer<EntitySet>.Default);
2 references to m_referencingRelationshipSets
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (2)
318if (!m_referencingRelationshipSets.TryGetValue(entitySet, out relationshipSets)) 342m_referencingRelationshipSets.Add(entitySet, relationshipSets);