1 write to _source
System.Data.Entity (1)
System\Data\Objects\ELinq\OrderByLifter.cs (1)
742
_source
= sort.Input.Expression;
2 references to _source
System.Data.Entity (2)
System\Data\Objects\ELinq\OrderByLifter.cs (2)
754
return RebindSort(RebindFilter(
_source
, filter), _sort);
766
return ApplySortOrderToSkip(
_source
, _sort, k);