1 instantiation of CodeGen
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CodeGen.cs (1)
61CodeGen codeGen = new CodeGen(compilerState);
2 references to CodeGen
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CodeGen.cs (1)
61CodeGen codeGen = new CodeGen(compilerState);
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
378CodeGen.Process(this, out providerCommands, out resultColumnMap, out columnCount);