14 references to TryGetItem
System.Data.Entity (13)
System\Data\Common\Utils\MetadataHelper.cs (1)
172
if (objectItemCollection.
TryGetItem
<EdmType>(nonNullabelType.FullName, out objectEdmType))
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
137
m_edmCollection.
TryGetItem
<EdmType>(cspaceTypeName, out cdmType);
System\Data\Mapping\StorageMappingItemLoader.cs (7)
331
if (m_storageMappingItemCollection.
TryGetItem
<StorageEntityContainerMapping>(
968
if (!this.EdmItemCollection.
TryGetItem
<EntityType>(entityTypeName, out entityType))
1942
if (!this.EdmItemCollection.
TryGetItem
<ComplexType>(complexTypeName, out complexType))
2550
this.EdmItemCollection.
TryGetItem
<AssociationType>(associationTypeName, out associationType);
2961
this.EdmItemCollection.
TryGetItem
<EdmType>(memberTypeName, out memberType);
3052
this.EdmItemCollection.
TryGetItem
<ComplexType>(currentTypeName, out complexType);
4137
!m_edmItemCollection.
TryGetItem
<ComplexType>(typeName, out complexType))
System\Data\Metadata\ObjectItemCollection.cs (2)
226
if (
TryGetItem
<AssociationType>(relationshipName, out associationType))
583
return
TryGetItem
<EdmType>(cspaceType.Identity, out edmType);
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
626
objectItemCollection.
TryGetItem
<EdmType>(identityName, out entityType);
System\Data\Objects\ObjectContext.cs (1)
2901
ospaceItems.
TryGetItem
<EntityType>(type.FullName, out entityType);
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
968
if (objectItemCollection.
TryGetItem
<StructuralType>(type.FullName, out ospaceType))