3 references to IsStopped
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
1479
get => (_state & State.
IsStopped
) != 0;
1484
_state |= State.
IsStopped
;
1488
_state &= ~State.
IsStopped
;