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