1 write to _resultFoundFlag
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
188
_resultFoundFlag
= resultFoundFlag;
2 references to _resultFoundFlag
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (2)
206
if (
_resultFoundFlag
.Value)
215
_resultFoundFlag
.Value = true;