4 instantiations of ConfigViewGenerator
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
425ViewGenResults viewGenResults = ViewgenGatekeeper.GenerateViewsFromMapping(entityContainerMapping, new ConfigViewGenerator() { GenerateEsql = true }); 791ConfigViewGenerator config = new ConfigViewGenerator();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
39private static ConfigViewGenerator m_config = new ConfigViewGenerator(); 528new ConfigViewGenerator());
37 references to ConfigViewGenerator
System.Data.Entity (37)
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
471internal readonly ConfigViewGenerator Config; 473internal InputForComputingCellGroups(StorageEntityContainerMapping containerMapping, ConfigViewGenerator config)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
791ConfigViewGenerator config = new ConfigViewGenerator();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
39private static ConfigViewGenerator m_config = new ConfigViewGenerator();
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
35ViewgenContext context, MemberDomainMap domainMap, ErrorLog errorLog, ConfigViewGenerator config) 56private ConfigViewGenerator m_config;
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
63internal List<Cell> GenerateCells(ConfigViewGenerator config)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (6)
40ConfigViewGenerator config) 72ConfigViewGenerator config) 86ConfigViewGenerator config, 144ConfigViewGenerator config) 175private readonly ConfigViewGenerator m_config; 235ConfigViewGenerator config,
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
45ConfigViewGenerator _config;
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
198ConfigViewGenerator config)
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (3)
64internal MemberDomainMap(ViewTarget viewTarget, bool isValidationEnabled, IEnumerable<Cell> extentCells, EdmItemCollection edmItemCollection, ConfigViewGenerator config, Dictionary<EntityType, Set<EntityType>> inheritanceGraph) 227internal void ReduceEnumerableDomainToEnumeratedValues(ViewTarget target, ConfigViewGenerator config) 236private static void ReduceEnumerableDomainToEnumeratedValues(ViewTarget target, Dictionary<MemberPath, CellConstantSet> domainMap, ConfigViewGenerator config,
System\Data\Mapping\ViewGeneration\Utils\ExceptionHelpers.cs (2)
21internal static void ThrowMappingException(ErrorLog.Record errorRecord, ConfigViewGenerator config) 31internal static void ThrowMappingException(ErrorLog errorLog, ConfigViewGenerator config)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (5)
133ErrorLog errorLog, ConfigViewGenerator config) 223ErrorLog errorLog, ConfigViewGenerator config) 256ErrorLog errorLog, ConfigViewGenerator config) 429ConfigViewGenerator config) 452AssociationEndMember parentEnd, ConfigViewGenerator config)
System\Data\Mapping\ViewGeneration\Validator.cs (2)
35internal CellGroupValidator(IEnumerable<Cell> cells, ConfigViewGenerator config) 45private ConfigViewGenerator m_config;
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (3)
28private ConfigViewGenerator m_config; 58CqlIdentifiers identifiers, ConfigViewGenerator config, MemberDomainMap queryDomainMap, 181internal ConfigViewGenerator Config
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (3)
39private ConfigViewGenerator m_config; // Configuration variables 52internal ViewGenerator(CellGroup cellGroup, ConfigViewGenerator config, 227MemberDomainMap updateDomainMap, ConfigViewGenerator config)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (4)
34internal static ViewGenResults GenerateViewsFromMapping(StorageEntityContainerMapping containerMapping, ConfigViewGenerator config) 57ConfigViewGenerator config, 157private static ViewGenResults GenerateViewsFromCells(List<Cell> cells, ConfigViewGenerator config, 221ConfigViewGenerator config,