1 write to m_referencingRelationshipSets
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
36
m_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)
318
if (!
m_referencingRelationshipSets
.TryGetValue(entitySet, out relationshipSets))
342
m_referencingRelationshipSets
.Add(entitySet, relationshipSets);