8 references to m_associationSetMappings
System.Data.Entity (8)
System\Data\Mapping\StorageEntityContainerMapping.cs (8)
124&& (m_associationSetMappings.Count == 0)); 191return new List<StorageSetMapping>(this.m_associationSetMappings.Values).AsReadOnly(); 203return System.Linq.Enumerable.Concat(this.m_entitySetMappings.Values, this.m_associationSetMappings.Values); 281m_associationSetMappings.TryGetValue(relationshipSetName, out setMapping); 292IEnumerable<StorageAssociationSetMapping> associationSetMappings = m_associationSetMappings.Values.Cast<StorageAssociationSetMapping>().Where(w => ((w.StoreEntitySet != null) && (w.StoreEntitySet == storeEntitySet))); 331this.m_associationSetMappings.Add(setMapping.Set.Name, setMapping); 341return this.m_associationSetMappings.ContainsKey(associationSet.Name); 413foreach (StorageSetMapping extentMapping in m_associationSetMappings.Values) {