4 references to 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());