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)
53internal EdmItemCollection EdmItemCollection { get { return _edmItemCollection; } } 75if (_edmItemCollection != null && _conventionCSpaceTypeNames == null) 80foreach (var edmType in _edmItemCollection.GetItems<EdmType>()) 145if (_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);