1 override of GetItems
System.Data.Entity (1)
System\Data\Metadata\ObjectItemCollection.cs (1)
613
public override System.Collections.ObjectModel.ReadOnlyCollection<T>
GetItems
<T>()
29 references to GetItems
System.Data.Entity (13)
System\Data\Common\Utils\MetadataHelper.cs (2)
389
IEnumerable<T_EdmType> typesInWorkSpace = itemCollection.
GetItems
<T_EdmType>();
437
IEnumerable<EntityType> typesInWorkSpace = edmItemCollection.
GetItems
<EntityType>();
System\Data\Mapping\StorageMappingItemCollection.cs (2)
403
foreach (var mapping in
GetItems
<Map>())
719
this.
GetItems
<StorageEntityContainerMapping>();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
411
workspace.GetItemCollection(DataSpace.CSSpace).
GetItems
<StorageEntityContainerMapping>(), out storageEntityContainerMapping))
System\Data\Metadata\Edm\ItemCollection.cs (1)
493
foreach (EdmFunction function in itemCollection.
GetItems
<EdmFunction>())
System\Data\Metadata\MappingMetadataHelper.cs (1)
92
ReadOnlyCollection<StorageEntityContainerMapping> entityContainerMaps = mappingCollection.
GetItems
<StorageEntityContainerMapping>();
System\Data\Metadata\MetadataWorkspace.cs (3)
549
return collection.
GetItems
<T>();
781
return collection.
GetItems
<PrimitiveType>();
795
return collection.
GetItems
<GlobalItem>();
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
679
foreach (AssociationType cspaceAssociation in SessionData.EdmItemCollection.
GetItems
<AssociationType>())
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
80
foreach (var edmType in _edmItemCollection.
GetItems
<EdmType>())
System\Data\SqlClient\SqlProviderUtilities.cs (1)
50
foreach (EntityContainer container in itemCollection.
GetItems
<EntityContainer>())
System.Data.Entity.Design (8)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
65
foreach (EntityContainer item in collection.
GetItems
<EntityContainer>())
70
foreach (EdmType type in collection.
GetItems
<EdmType>())
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
73
var storeContainers = storeItemCollection.
GetItems
<EntityContainer>().ToArray();
81
storeItemCollection.
GetItems
<EdmFunction>().Where(f => f.IsFromProviderManifest == false &&
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
165
foreach (PrimitiveType type in ItemCollection.
GetItems
<PrimitiveType>())
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (2)
238
foreach (var containerMapping in mappingCollection.
GetItems
<StorageEntityContainerMapping>())
346
foreach (var storageEntityContainerMapping in mappingCollection.
GetItems
<StorageEntityContainerMapping>())
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
280
return _edmItemCollection.
GetItems
<EdmType>().Where(b => b.BaseType == edmType);
System.Data.Services.Design (7)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
491
foreach (EntityContainer container in _edmItemCollection.
GetItems
<EntityContainer>())
497
foreach (EdmType item in _edmItemCollection.
GetItems
<EdmType>())
842
foreach (EntityContainer container in this.EdmItemCollection.
GetItems
<EntityContainer>())
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
80
var q = from a in this.Generator.EdmItemCollection.
GetItems
<StructuralType>()
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (3)
60
.
GetItems
<EntityContainer>()
66
foreach (EntityContainer container in this.Generator.EdmItemCollection.
GetItems
<EntityContainer>())
97
foreach (string namespaceName in (from x in this.Generator.EdmItemCollection.
GetItems
<EdmType>() select x.NamespaceName).Distinct())
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1253
ReadOnlyCollection<EntityContainer> entityContainers = this.EdmItemCollection.
GetItems
<EntityContainer>();