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