8 references to EntityViewContainer
System.Data.Entity (8)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (8)
381if (!viewContainerType.IsSubclassOf(typeof(EntityViewContainer))) 385EntityViewContainer viewContainer = (Activator.CreateInstance(viewContainerType) as EntityViewContainer); 406private void SerializedAddGeneratedViewsInEntityViewContainer(MetadataWorkspace workspace, EntityViewContainer entityViewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews) 436private bool TryGetCorrespondingStorageEntityContainerMapping(EntityViewContainer viewContainer, 455private bool SerializedVerifyHashOverMmClosure(StorageEntityContainerMapping entityContainerMapping, EntityViewContainer entityViewContainer) 465private bool VerifyViewsHaveNotChanged(MetadataWorkspace workspace, EntityViewContainer viewContainer) 485private void SerializedAddGeneratedViews(MetadataWorkspace workspace, EntityViewContainer viewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)