1 write to _drainCts
Microsoft.DotNet.Cli.Telemetry (1)
PersistentStorageLogExporter.cs (1)
102_drainCts = new CancellationTokenSource();
2 references to _drainCts
Microsoft.DotNet.Cli.Telemetry (2)
PersistentStorageLogExporter.cs (2)
80_drainCts?.Cancel(); 109await uploader.DrainAsync(_drainCts.Token).ConfigureAwait(false);