1 write to _sharedLatch
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
136
_sharedLatch
= sharedLatch;
3 references to _sharedLatch
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (3)
170
_sharedLatch
.Wait(_cancelToken);
171
_sharedLatch
.Dispose();
197
_sharedLatch
.Signal();