2 writes to _stopped
dotnet (2)
Telemetry\PersistenceChannel\Sender.cs (2)
85
_stopped
= false;
144
_stopped
= true;
2 references to _stopped
dotnet (2)
Telemetry\PersistenceChannel\Sender.cs (2)
170
while (!
_stopped
)
174
if (
_stopped
)