3 references to Generate
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
108Command itree = ITreeGenerator.Generate(tree, discriminatorMap);
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
213Command itree = ITreeGenerator.Generate(tree, m_discriminatorMap);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
248return Generate(ctree, null);