1 write to m_memoizedCellGroupEvaluator
System.Data.Entity (1)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
59this.m_memoizedCellGroupEvaluator = new Memoizer<InputForComputingCellGroups, OutputFromComputeCellGroups>(ComputeCellGroups, new InputForComputingCellGroups());
1 reference to m_memoizedCellGroupEvaluator
System.Data.Entity (1)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
433return m_memoizedCellGroupEvaluator.Evaluate(args);