1 write to _drainTask
Microsoft.DotNet.Cli.Telemetry (1)
PersistentStorageLogExporter.cs (1)
105
_drainTask
= Task.Run(async () =>
2 references to _drainTask
Microsoft.DotNet.Cli.Telemetry (2)
PersistentStorageLogExporter.cs (2)
81
if (
_drainTask
is not null)
85
return
_drainTask
.Wait(timeoutMilliseconds);