4 writes to _state
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
7629
_state
= STATE_DONE; // bump the state
7661
_state
= STATE_WAITING_ON_INNER_TASK;
7738
_state
= STATE_DONE; // ... and record that we are done
7745
_state
= STATE_DONE; // ... and record that we are done
2 references to _state
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
7621
switch (
_state
)
7658
Debug.Assert(
_state
== STATE_WAITING_ON_OUTER_TASK, "We're in the wrong state!");