1 write to m_predicate
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
151
m_predicate
= predicate;
2 references to m_predicate
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (2)
187
if (
m_predicate
== null ||
m_predicate
(value))