2 instantiations of TimedTelemetryLogBlock
Microsoft.VisualStudio.LanguageServices (2)
Telemetry\Shared\AggregatingHistogramLog.cs (1)
45
return new
TimedTelemetryLogBlock
(logMessage, minThresholdMs, telemetryLog: this);
Telemetry\Shared\VisualStudioTelemetryLog.cs (1)
29
return new
TimedTelemetryLogBlock
(logMessage, minThresholdMs, telemetryLog: this);