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