1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
139_source = source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (3)
161while (_source.MoveNext(ref element, ref keyUnused)) 173Debug.Assert(_source != null); 174_source.Dispose();