1 write to _edmItemCollection
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
140
_edmItemCollection
= edmItemCollection;
8 references to _edmItemCollection
System.Data.Entity (8)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (8)
53
internal EdmItemCollection EdmItemCollection { get { return
_edmItemCollection
; } }
75
if (
_edmItemCollection
!= null && _conventionCSpaceTypeNames == null)
80
foreach (var edmType in
_edmItemCollection
.GetItems<EdmType>())
145
if (_loaderFactory == ObjectItemConventionAssemblyLoader.Create &&
_edmItemCollection
!= null)
154
_cspaceToOspace.Add(
_edmItemCollection
.GetItem<StructuralType>(entityType.CSpaceTypeName), entityType);
159
_cspaceToOspace.Add(
_edmItemCollection
.GetItem<StructuralType>(complexType.CSpaceTypeName), complexType);
164
_cspaceToOspace.Add(
_edmItemCollection
.GetItem<EnumType>(enumType.CSpaceTypeName), enumType);
169
_cspaceToOspace.Add(
_edmItemCollection
.GetItem<StructuralType>(type.FullName), type);