2 instantiations of InputForComputingCellGroups
System.Data.Entity (2)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
59this.m_memoizedCellGroupEvaluator = new Memoizer<InputForComputingCellGroups, OutputFromComputeCellGroups>(ComputeCellGroups, new InputForComputingCellGroups());
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
85InputForComputingCellGroups args = new InputForComputingCellGroups(containerMapping, config);
17 references to InputForComputingCellGroups
System.Data.Entity (17)
System\Data\Mapping\StorageEntityContainerMapping.cs (16)
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) 468internal struct InputForComputingCellGroups : IEquatable<InputForComputingCellGroups>, IEqualityComparer<InputForComputingCellGroups> 479public bool Equals(InputForComputingCellGroups other) 488public bool Equals(InputForComputingCellGroups one, InputForComputingCellGroups two) 502public int GetHashCode(InputForComputingCellGroups value) 519if (obj is InputForComputingCellGroups) 521return Equals((InputForComputingCellGroups)obj); 529public static bool operator ==(InputForComputingCellGroups input1, InputForComputingCellGroups input2) 538public static bool operator !=(InputForComputingCellGroups input1, InputForComputingCellGroups input2)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
85InputForComputingCellGroups args = new InputForComputingCellGroups(containerMapping, config);