9 references to Cells
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
404leaf1.LeftCellWrapper.Cells.Concat(leaf2.LeftCellWrapper.Cells));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
723ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ImpopssibleCondition, Strings.Viewgen_QV_RewritingNotFound(fragment.RightExtent.ToString()), fragment.Cells, String.Empty);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
363_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NullableMappingForNonNullableColumn, Strings.Viewgen_NullableMappingForNonNullableColumn(wrapper.LeftExtent.ToString(), column.ToFullString()), wrapper.Cells, ""));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (5)
94foreach (Cell cell in fragment.Cells) 325leftCellWrapper.Cells.First(), "")); 605foreach (Cell cell in wrapper.Cells) 633return wrapper.Cells.SelectMany(c => c.SQuery.Conditions).Any(); 643foreach (var anotherCell in anotherFragment.Cells)