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