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