5 types derived from ItemCollection
System.Data.Entity (5)
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
182private class EmptyItemCollection : ItemCollection
System\Data\Mapping\MappingItemCollection.cs (1)
19public abstract class MappingItemCollection : ItemCollection
System\Data\Metadata\EdmItemCollection.cs (1)
31public sealed class EdmItemCollection : ItemCollection
System\Data\Metadata\ObjectItemCollection.cs (1)
24public sealed partial class ObjectItemCollection : ItemCollection
System\Data\Metadata\StoreItemCollection.cs (1)
24public sealed partial class StoreItemCollection : ItemCollection
80 references to ItemCollection
System.Data.Entity (72)
System\Data\Common\CommandTrees\DbCommandTree.cs (1)
66ItemCollection objectItemCollection;
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
135ItemCollection collection = new EmptyItemCollection();
System\Data\Common\Internal\Materialization\Util.cs (1)
21ItemCollection collection;
System\Data\Common\Utils\MetadataHelper.cs (4)
330ItemCollection itemCollection = null; 355internal static IEnumerable<EdmType> GetTypeAndSubtypesOf(EdmType type, ItemCollection itemCollection, bool includeAbstractTypes) 381private static IEnumerable<EdmType> GetTypeAndSubtypesOf<T_EdmType>(EdmType type, ItemCollection itemCollection, bool includeAbstractTypes) 406internal static IEnumerable<EdmType> GetTypeAndParentTypesOf(EdmType type, ItemCollection itemCollection, bool includeAbstractTypes)
System\Data\Mapping\FunctionImportMapping.cs (2)
51ItemCollection itemCollection) 197private readonly ItemCollection m_itemCollection;
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (1)
57internal IEnumerable<EntityType> GetMappedEntityTypes(ItemCollection itemCollection)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
30ItemCollection itemCollection)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
542ItemCollection itemCollection;
System\Data\Metadata\Converter.cs (4)
101ItemCollection itemCollection) 110ItemCollection itemCollection) 1400internal readonly ItemCollection ItemCollection; 1406internal ConversionCache(ItemCollection itemCollection)
System\Data\Metadata\Edm\ItemCollection.cs (4)
220MethodInfo mi = typeof(ItemCollection).GetMethod("GenericGetItems", BindingFlags.NonPublic | BindingFlags.Static); 226private static System.Collections.ObjectModel.ReadOnlyCollection<TItem> GenericGetItems<TItem>(ItemCollection collection) where TItem : GlobalItem 484internal virtual bool MetadataEquals(ItemCollection other) 489static private Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>> PopulateFunctionLookUpTable(ItemCollection itemCollection)
System\Data\Metadata\EdmItemCollection.cs (3)
273ItemCollection itemCollection, 302ItemCollection itemCollection) 361ItemCollection itemCollection)
System\Data\Metadata\MetadataCache.cs (5)
422private ItemCollection _itemCollection; 440protected ItemCollection ItemCollection { get { return _itemCollection; } } 446protected void UpdateMetadataEntry(ItemCollection itemCollection, FileIOPermission filePermissions) 523ItemCollection itemCollection = (ItemCollection)_weakReferenceItemCollection.Target;
System\Data\Metadata\MetadataWorkspace.cs (40)
177public ItemCollection GetItemCollection(DataSpace dataSpace) 179ItemCollection collection = GetItemCollection(dataSpace, true); 193public void RegisterItemCollection(ItemCollection collection) 197ItemCollection existing; 294private void CheckAndSetItemCollectionVersionInWorkSpace(ItemCollection itemCollectionToRegister) 369ItemCollection itemCollection; 401ItemCollection collection; 405ItemCollection edmItemCollection; 479ItemCollection collection = GetItemCollection(dataSpace, true); 495ItemCollection collection = GetItemCollection(space, false); 515ItemCollection collection = GetItemCollection(dataSpace, true); 532ItemCollection collection = GetItemCollection(dataSpace, false); 548ItemCollection collection = GetItemCollection(dataSpace, true); 566ItemCollection collection = GetItemCollection(dataSpace, true); 582ItemCollection collection = GetItemCollection(dataSpace, false); 603ItemCollection collection = GetItemCollection(dataSpace, true); 621ItemCollection collection = GetItemCollection(dataSpace, false); 639ItemCollection collection = GetItemCollection(dataSpace, true); 655ItemCollection collection = GetItemCollection(dataSpace, false); 673ItemCollection collection = GetItemCollection(dataSpace, true); 691ItemCollection collection = GetItemCollection(dataSpace, false); 736ItemCollection collection = GetItemCollection(dataSpace, true); 764ItemCollection collection = GetItemCollection(dataSpace, false); 780ItemCollection collection = GetItemCollection(dataSpace, true); 794ItemCollection collection = GetItemCollection(dataSpace, true); 809ItemCollection collection = GetItemCollection(dataSpace, true); 825ItemCollection collection = GetItemCollection(mappingSpace, false); 838ItemCollection collection = GetItemCollection(dataSpace, true); 850ItemCollection collection = GetItemCollection(dataSpace, true); 864ItemCollection collection = GetItemCollection(dataSpace, false); 868private ItemCollection RegisterDefaultObjectMappingItemCollection() 888public bool TryGetItemCollection(DataSpace dataSpace, out ItemCollection collection) 901internal ItemCollection GetItemCollection(DataSpace dataSpace, bool required) 903ItemCollection collection; 1186ItemCollection collection = GetItemCollection(DataSpace.CSSpace, true); 1197ItemCollection collection = GetItemCollection(DataSpace.CSSpace, true); 1210ItemCollection collection = GetItemCollection(DataSpace.CSpace, true); 1266ItemCollection collection = GetItemCollection(DataSpace.OSpace, true); 1272ItemCollection collection = GetItemCollection(DataSpace.OCSpace, true); 1297ItemCollection itemCollection;
System\Data\Metadata\Perspective.cs (2)
153ItemCollection itemCollection = m_metadataWorkspace.GetItemCollection(m_targetDataspace); 178ItemCollection storeItemCollection;
System\Data\Objects\ObjectContext.cs (2)
1608ItemCollection connectionCSpaceCollection = connectionWorkspace.GetItemCollection(DataSpace.CSpace); 1609ItemCollection contextCSpaceCollection = MetadataWorkspace.GetItemCollection(DataSpace.CSpace);
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
48public static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite, Version schemaVersion, params KeyValuePair<string, string> [] xmlPrefixToNamespaces) 53internal static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite, ErrorsLookup errorsLookup, List<EdmType> commentedOutItems, string provider, string providerManifestToken, Version schemaVersion, params KeyValuePair<string, string>[] xmlPrefixToNamespaces)
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
181ItemCollection ocItemCollection, 184CheckArgumentNull<ItemCollection>(ocItemCollection, "ocItemCollection");
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
398ItemCollection itemCollection = null; 592ItemCollection edmItemCollection; 593ItemCollection storeItemCollection; 594ItemCollection csItemCollection;