1 instantiation of OutputFromComputeCellGroups
System.Data.Entity (1)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
438OutputFromComputeCellGroups result = new OutputFromComputeCellGroups();
6 references to OutputFromComputeCellGroups
System.Data.Entity (6)
System\Data\Mapping\StorageEntityContainerMapping.cs (5)
59this.m_memoizedCellGroupEvaluator = new Memoizer<InputForComputingCellGroups, OutputFromComputeCellGroups>(ComputeCellGroups, new InputForComputingCellGroups()); 79private readonly Memoizer<InputForComputingCellGroups, OutputFromComputeCellGroups> m_memoizedCellGroupEvaluator; 430internal OutputFromComputeCellGroups GetCellgroups(InputForComputingCellGroups args) 436private OutputFromComputeCellGroups ComputeCellGroups(InputForComputingCellGroups args) 438OutputFromComputeCellGroups result = new OutputFromComputeCellGroups();
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
86OutputFromComputeCellGroups result = containerMapping.GetCellgroups(args);