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