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