1 instantiation of ProviderCommandInfo
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
72
return new
ProviderCommandInfo
(ctree, children);
18 references to ProviderCommandInfo
System.Data.Entity (18)
System\Data\EntityClient\EntityCommandDefinition.cs (3)
70
List<
ProviderCommandInfo
> mappedCommandList = new List<
ProviderCommandInfo
>();
81
foreach (
ProviderCommandInfo
providerCommandInfo in mappedCommandList) {
System\Data\Query\PlanCompiler\CodeGen.cs (4)
59
internal static void Process(PlanCompiler compilerState, out List<
ProviderCommandInfo
> childCommands, out ColumnMap resultColumnMap, out int columnCount)
88
private void Process(out List<
ProviderCommandInfo
> childCommands, out ColumnMap resultColumnMap, out int columnCount)
93
childCommands = new List<
ProviderCommandInfo
>(new
ProviderCommandInfo
[] {
System\Data\Query\PlanCompiler\CommandPlan.cs (5)
58
private
ProviderCommandInfo
_parent;
59
private List<
ProviderCommandInfo
> _children;
70
List<
ProviderCommandInfo
> children)
77
_children = new List<
ProviderCommandInfo
>();
80
foreach (
ProviderCommandInfo
child in _children)
System\Data\Query\PlanCompiler\PlanCompiler.cs (2)
168
internal static void Compile(cqt.DbCommandTree ctree, out List<
ProviderCommandInfo
> providerCommands, out ColumnMap resultColumnMap, out int columnCount, out Common.Utils.Set<md.EntitySet> entitySets)
265
private void Compile(out List<
ProviderCommandInfo
> providerCommands, out ColumnMap resultColumnMap, out int columnCount, out Common.Utils.Set<md.EntitySet> entitySets)
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (4)
52
internal static
ProviderCommandInfo
Create(
55
List<
ProviderCommandInfo
> children)
84
internal static
ProviderCommandInfo
Create(
91
new List<
ProviderCommandInfo
>() //children