1 write to _source
System.Linq (1)
System\Linq\Where.SizeOpt.cs (1)
21_source = source;
6 references to _source
System.Linq (6)
System\Linq\Where.SizeOpt.cs (6)
26new SizeOptIListWhereIterator<TSource>(_source, _predicate); 33_enumerator = _source.GetEnumerator(); 55new SizeOptIListWhereIterator<TSource>(_source, Utilities.CombinePredicates(_predicate, predicate)); 62foreach (TSource item in _source) 81foreach (TSource item in _source) 103foreach (TSource item in _source)