1 write to source
System.Core (1)
System\Linq\Enumerable.cs (1)
215
this.
source
= source;
4 references to source
System.Core (4)
System\Linq\Enumerable.cs (4)
220
return new WhereListIterator<TSource>(
source
, predicate);
226
enumerator =
source
.GetEnumerator();
244
return new WhereSelectListIterator<TSource, TResult>(
source
, predicate, selector);
248
return new WhereListIterator<TSource>(
source
, CombinePredicates(this.predicate, predicate));