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