5 references to Views
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
430KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.Views;
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
134KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.Views; 185KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.Views;
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (2)
139groupErrorLog = viewGenerator.GenerateQueryViewForSingleExtent(viewGenResults.Views, identifiers, entity, type, mode); 201groupErrorLog = viewGenerator.GenerateAllBidirectionalViews(viewGenResults.Views, identifiers);