1 write to _event
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
45
_event
= new SemaphoreSlim(initialCount: 0);
3 references to _event
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (3)
92
return
_event
.WaitAsync(cancellationToken);
100
if (
_event
.CurrentCount > 0)
105
_event
.Release();