3 instantiations of ObjectItemCollection
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
546
objectCollection = new
ObjectItemCollection
();
System\Data\Objects\ObjectContext.cs (1)
262
ObjectItemCollection itemCollection = new
ObjectItemCollection
();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
613
metadataWorkspace.RegisterItemCollection(new
ObjectItemCollection
());
52 references to ObjectItemCollection
System.Data.Entity (40)
System\Data\Common\Utils\MetadataHelper.cs (2)
170
ObjectItemCollection
objectItemCollection = (
ObjectItemCollection
)workspace.GetItemCollection(DataSpace.OSpace);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (4)
36
ObjectItemCollection
objectCollection) : base(DataSpace.OCSpace)
47
private
ObjectItemCollection
m_objectCollection;
136
string cspaceTypeName =
ObjectItemCollection
.TryGetMappingCSpaceTypeIdentity(clrType);
569
if (edmMemberType.Identity !=
ObjectItemCollection
.TryGetMappingCSpaceTypeIdentity(objectMemberType))
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (4)
100
if(
ObjectItemCollection
.ViewGenerationAssemblies!=null &&
ObjectItemCollection
.ViewGenerationAssemblies.Count>0)
370
IList<Assembly> allViewGenAssemblies =
ObjectItemCollection
.ViewGenerationAssemblies;
541
ObjectItemCollection
objectCollection;
System\Data\Metadata\MetadataWorkspace.cs (13)
118
private
ObjectItemCollection
_itemsOSpace;
232
_itemsOSpace = (
ObjectItemCollection
)collection;
363
ObjectItemCollection
collection = (
ObjectItemCollection
)GetItemCollection(DataSpace.OSpace);
367
private void ExplicitLoadFromAssembly(Assembly assembly,
ObjectItemCollection
collection, Action<string> logLoadMessage)
378
private void ImplicitLoadFromAssembly(Assembly assembly,
ObjectItemCollection
collection)
404
ObjectItemCollection
objItemCollection = (
ObjectItemCollection
)collection;
455
ObjectItemCollection
ospaceCollection = GetItemCollection(DataSpace.OSpace) as
ObjectItemCollection
;
871
ObjectItemCollection
obj = _itemsOSpace as
ObjectItemCollection
;
1329
ObjectItemCollection
.ViewGenerationAssemblies.Clear();
System\Data\Metadata\ObjectItemCollection.cs (6)
300
private static bool LoadAssemblyFromCache(
ObjectItemCollection
objectItemCollection, Assembly assembly,
450
return
ObjectItemCollection
.GetClrType((EdmType)objectSpaceType);
463
return
ObjectItemCollection
.TryGetClrType((EdmType)objectSpaceType, out clrType);
474
return
ObjectItemCollection
.GetClrType((EdmType)objectSpaceType);
487
return
ObjectItemCollection
.TryGetClrType((EdmType)objectSpaceType, out clrType);
502
if (!
ObjectItemCollection
.TryGetClrType(objectSpaceType, out clrType))
System\Data\Objects\DataClasses\RelationshipManager.cs (8)
622
ObjectItemCollection
objectItemCollection = GetObjectItemCollection(WrappedOwner);
630
Dictionary<string, EdmType> types =
ObjectItemCollection
.LoadTypesExpensiveWay(WrappedOwner.IdentityType.Assembly);
652
private static
ObjectItemCollection
GetObjectItemCollection(IEntityWrapper wrappedOwner)
656
return (
ObjectItemCollection
)wrappedOwner.Context.MetadataWorkspace.GetItemCollection(DataSpace.OSpace);
702
ObjectItemCollection
objectItemCollection = GetObjectItemCollection(wrappedOwner);
709
associationType =
ObjectItemCollection
.GetRelationshipTypeExpensiveWay(entityClrType, relationshipName);
766
ObjectItemCollection
objectItemCollection = GetObjectItemCollection(WrappedOwner);
777
associations =
ObjectItemCollection
.GetAllRelationshipTypesExpensiveWay(entityClrType.Assembly);
System\Data\Objects\ObjectContext.cs (3)
262
ObjectItemCollection
itemCollection = new ObjectItemCollection();
2890
ObjectItemCollection
ospaceItems = (
ObjectItemCollection
)MetadataWorkspace.GetItemCollection(DataSpace.OSpace);
System.Data.Services (4)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (4)
966
ObjectItemCollection
objectItemCollection = (
ObjectItemCollection
)this.ObjectContext.MetadataWorkspace.GetItemCollection(DataSpace.OSpace);
1045
ObjectItemCollection
objectItemCollection = (
ObjectItemCollection
)workspace.GetItemCollection(DataSpace.OSpace);
System.Web.DynamicData (2)
DynamicData\ModelProviders\EFDataModelProvider.cs (2)
18
private
ObjectItemCollection
_objectSpaceItems;
32
_objectSpaceItems = (
ObjectItemCollection
)_context.MetadataWorkspace.GetItemCollection(DataSpace.OSpace);
System.Web.Entity (6)
System\Data\WebControls\EntityDataSourceUtil.cs (4)
235
var
objectItemCollection = (
ObjectItemCollection
)(ocWorkspace.GetItemCollection(DataSpace.OSpace));
242
var
objectItemCollection = (
ObjectItemCollection
)(ocWorkspace.GetItemCollection(DataSpace.OSpace));
System\Data\WebControls\EntityDataSourceView.cs (2)
1545
ObjectItemCollection
objectItemCollection =
1546
(
ObjectItemCollection
)(Context.MetadataWorkspace.GetItemCollection(DataSpace.OSpace));