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