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