13 references to TryGetItemCollection
System.Data.Entity (9)
System\Data\Common\CommandTrees\DbCommandTree.cs (1)
67
if (metadata.
TryGetItemCollection
(DataSpace.OSpace, out objectItemCollection))
System\Data\Common\Internal\Materialization\Util.cs (1)
22
if (workspace.
TryGetItemCollection
(DataSpace.CSpace, out collection))
System\Data\Common\Utils\MetadataHelper.cs (1)
331
workspace.
TryGetItemCollection
(DataSpace.CSSpace, out itemCollection);
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
543
if (!workspace.
TryGetItemCollection
(DataSpace.OSpace, out itemCollection))
System\Data\Metadata\MetadataWorkspace.cs (4)
370
if (!
TryGetItemCollection
(DataSpace.CSpace, out itemCollection))
402
if (
TryGetItemCollection
(DataSpace.OSpace, out collection))
406
TryGetItemCollection
(DataSpace.CSpace, out edmItemCollection);
1298
return
TryGetItemCollection
(dataSpace, out itemCollection);
System\Data\Metadata\Perspective.cs (1)
179
if (m_metadataWorkspace.
TryGetItemCollection
(DataSpace.SSpace, out storeItemCollection))
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
402
_entityConnection.GetMetadataWorkspace().
TryGetItemCollection
(DataSpace.CSpace, out itemCollection);
595
if (!metadataWorkspace.
TryGetItemCollection
(DataSpace.CSpace, out edmItemCollection))
601
if (!metadataWorkspace.
TryGetItemCollection
(DataSpace.SSpace, out storeItemCollection))
606
if (!metadataWorkspace.
TryGetItemCollection
(DataSpace.CSSpace, out csItemCollection))