15 references to FragmentQuery
System.Data.Entity (15)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (6)
94
FragmentQuery query = leftCellWrapper.
FragmentQuery
;
498
IEnumerable<LeftCellWrapper> usedCells = _context.AllWrappersForExtent.Where(w => _usedViews.Contains(w.
FragmentQuery
));
690
FragmentQuery fragmentQuery = leftCellWrapper.
FragmentQuery
;
720
LeftCellWrapper fragment = _context.AllWrappersForExtent.First(lcr => lcr.
FragmentQuery
.Equals(toFill.Query));
746
if (_usedViews.Contains(leftCellWrapper.
FragmentQuery
))
1188
LeftCellWrapper leftCellWrapper = context.AllWrappersForExtent.First(w => w.
FragmentQuery
== view);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
32
m_leftFragmentQuery = cellWrapper.
FragmentQuery
;
43
m_leftFragmentQuery = cellWrapper.
FragmentQuery
;
69
internal override FragmentQuery LeftFragmentQuery { get { return m_cellWrapper.
FragmentQuery
; } }
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (4)
391
if (x.
FragmentQuery
.Attributes.Count > y.
FragmentQuery
.Attributes.Count)
395
else if (x.
FragmentQuery
.Attributes.Count < y.
FragmentQuery
.Attributes.Count)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
723
return comparer(leftWrapper1.
FragmentQuery
, leftWrapper2.
FragmentQuery
);