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