4 instantiations of StorageMappingItemCollection
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (1)
729
storageMappingItemCollection = new
StorageMappingItemCollection
(
System\Data\Metadata\MetadataWorkspace.cs (1)
109
this._itemsCSSpace = new
StorageMappingItemCollection
(this._itemsCSpace, this._itemsSSpace, csSpaceReaders, composite.GetPaths(dataSpace));
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1584
metadataWorkspace.RegisterItemCollection(new
StorageMappingItemCollection
(modelGen.EdmItemCollection,
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
609
metadataWorkspace.RegisterItemCollection(new
StorageMappingItemCollection
(edmItemCollection as EdmItemCollection, storeItemCollection as StoreItemCollection));
64 references to StorageMappingItemCollection
System.Data.Entity (48)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
888
var
mappingCollection =
889
sr.TypeResolver.Perspective.MetadataWorkspace.GetItemCollection(DataSpace.CSSpace) as
StorageMappingItemCollection
;
System\Data\Common\Utils\MetadataHelper.cs (1)
332
StorageEntityContainerMapping containerMapping = MappingMetadataHelper.GetEntityContainerMap((
StorageMappingItemCollection
)itemCollection, table.EntityContainer);
System\Data\EntityClient\EntityConnection.cs (1)
987
StorageMappingItemCollection
mappingCollection =
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
35
StorageMappingItemCollection
mappingItemCollection,
65
private readonly
StorageMappingItemCollection
m_mappingItemCollection;
System\Data\Mapping\StorageEntityContainerMapping.cs (3)
54
internal StorageEntityContainerMapping(EntityContainer entityContainer, EntityContainer storageEntityContainer,
StorageMappingItemCollection
storageMappingItemCollection, bool validate, bool generateUpdateViews)
78
private readonly
StorageMappingItemCollection
m_storageMappingItemCollection;
84
public
StorageMappingItemCollection
StorageMappingItemCollection
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (5)
37
private
StorageMappingItemCollection
m_storageMappingItemCollection;
56
internal ViewDictionary(
StorageMappingItemCollection
storageMappingItemCollection,
262
internal GeneratedView GetGeneratedView(EntitySetBase extent, MetadataWorkspace workspace,
StorageMappingItemCollection
storageMappingItemCollection)
470
var
mappingCollection = (workspace.GetItemCollection(DataSpace.CSSpace) as
StorageMappingItemCollection
);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
96
internal StorageMappingItemLoader(XmlReader reader,
StorageMappingItemCollection
storageMappingItemCollection, string fileName, Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> scalarMemberMappings)
138
private
StorageMappingItemCollection
m_storageMappingItemCollection; //StorageMappingItemCollection
System\Data\Mapping\Update\Internal\ViewLoader.cs (2)
33
internal ViewLoader(
StorageMappingItemCollection
mappingCollection)
41
private readonly
StorageMappingItemCollection
m_mappingCollection;
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
40
StorageMappingItemCollection
mappingItemCollection)
78
private readonly
StorageMappingItemCollection
m_mappingItemCollection;
System\Data\Mapping\ViewGeneration\GeneratedView.cs (6)
39
StorageMappingItemCollection
mappingItemCollection,
71
StorageMappingItemCollection
mappingItemCollection,
85
StorageMappingItemCollection
mappingItemCollection,
143
StorageMappingItemCollection
mappingItemCollection,
174
private readonly
StorageMappingItemCollection
m_mappingItemCollection;
234
StorageMappingItemCollection
mappingItemCollection,
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (2)
36
StorageMappingItemCollection
mappingItemCollection,
53
StorageMappingItemCollection
mappingItemCollection,
System\Data\Metadata\MappingMetadataHelper.cs (5)
24
internal static IEnumerable<StorageTypeMapping> GetMappingsForEntitySetAndType(
StorageMappingItemCollection
mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType)
45
internal static IEnumerable<StorageTypeMapping> GetMappingsForEntitySetAndSuperTypes(
StorageMappingItemCollection
mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase childEntityType)
58
private static IEnumerable<StorageTypeMapping> GetIsTypeOfMappingsForEntitySetAndType(
StorageMappingItemCollection
mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType, EntityTypeBase childEntityType)
69
internal static IEnumerable<StorageEntityTypeModificationFunctionMapping> GetModificationFunctionMappingsForEntitySetAndType(
StorageMappingItemCollection
mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType)
90
internal static StorageEntityContainerMapping GetEntityContainerMap(
StorageMappingItemCollection
mappingCollection, EntityContainer entityContainer)
System\Data\Metadata\MetadataCache.cs (4)
281
internal static
StorageMappingItemCollection
GetOrCreateStoreAndMappingItemCollections(
681
internal
StorageMappingItemCollection
StorageMappingItemCollection
685
return (
StorageMappingItemCollection
)this.ItemCollection;
725
StorageMappingItemCollection
storageMappingItemCollection = null;
System\Data\Metadata\MetadataWorkspace.cs (11)
119
private
StorageMappingItemCollection
_itemsCSSpace;
238
_itemsCSSpace = (
StorageMappingItemCollection
)collection;
309
versionToRegister = ((
StorageMappingItemCollection
)itemCollectionToRegister).MappingVersion;
1187
return ((
StorageMappingItemCollection
)collection).GetGeneratedView(extent, this);
1198
return ((
StorageMappingItemCollection
)collection).TryGetGeneratedViewOfType(this, extent, type, includeSubtypes, out generatedView);
1396
return GetInterestingMembers(entitySet, entityType,
StorageMappingItemCollection
.InterestingMembersKind.RequiredOriginalValueMembers);
1418
StorageMappingItemCollection
.InterestingMembersKind.PartialUpdate :
1419
StorageMappingItemCollection
.InterestingMembersKind.FullUpdate);
1429
private ReadOnlyCollection<EdmMember> GetInterestingMembers(EntitySetBase entitySet, EntityTypeBase entityType,
StorageMappingItemCollection
.InterestingMembersKind interestingMembersKind)
1464
var
mappingCollection = (
StorageMappingItemCollection
)GetItemCollection(DataSpace.CSSpace, true);
System.Data.Entity.Design (16)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
381
StorageMappingItemCollection
mappingItemCollection = new StorageMappingItemCollection(edmItemCollection,
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (12)
101
public IList<EdmSchemaError> GenerateViews(
StorageMappingItemCollection
mappingCollection, string outputPath)
130
public IList<EdmSchemaError> GenerateViews(
StorageMappingItemCollection
mappingCollection, TextWriter outputWriter)
150
public IList<EdmSchemaError> GenerateViews(
StorageMappingItemCollection
mappingCollection, TextWriter outputWriter, Version targetEntityFrameworkVersion)
162
private static void CheckForCompatibleSchemaAndTarget(
StorageMappingItemCollection
mappingCollection, Version targetEntityFrameworkVersion)
178
StorageMappingItemCollection
mappingCollection,
204
public static IList<EdmSchemaError> Validate(
StorageMappingItemCollection
mappingCollection)
220
public static IList<EdmSchemaError> Validate(
StorageMappingItemCollection
mappingCollection, Version targetEntityFrameworkVersion)
273
private bool GetViewsWithErrors(
StorageMappingItemCollection
mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews)
284
private void GetViewsAndCodeDomProvider(
StorageMappingItemCollection
mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews)
303
private static void GetEntitySetViews(
StorageMappingItemCollection
mappingCollection,
309
private static IList<EdmSchemaError> GetMinimumTargetFrameworkVersion(
StorageMappingItemCollection
mappingCollection, out Version targetFrameworkVersion)
332
private static void GenerateAndStoreViews(
StorageMappingItemCollection
mappingCollection,
System\Data\Entity\Design\MetadataItemCollectionFactory.cs (3)
130
public static
StorageMappingItemCollection
CreateStorageMappingItemCollection(EdmItemCollection edmCollection,
148
public static
StorageMappingItemCollection
CreateStorageMappingItemCollection(
164
StorageMappingItemCollection
storageMappingItemCollection = CreateStorageMappingItemCollection(edmCollection, storeCollection, readers, out errors);