6 implementations of LogBlockTime
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs (1)
37public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
src\VisualStudio\Core\Def\Telemetry\Shared\VisualStudioTelemetryLog.cs (1)
27public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
Microsoft.VisualStudio.LanguageServices (2)
Telemetry\Shared\AggregatingHistogramLog.cs (1)
37public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
Telemetry\Shared\VisualStudioTelemetryLog.cs (1)
27public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs (1)
37public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
src\VisualStudio\Core\Def\Telemetry\Shared\VisualStudioTelemetryLog.cs (1)
27public IDisposable? LogBlockTime(KeyValueLogMessage logMessage, int minThresholdMs)
2 references to LogBlockTime
Microsoft.CodeAnalysis.Workspaces (2)
Telemetry\TelemetryLogging.cs (2)
53return GetLog(functionId)?.LogBlockTime(logMessage, minThresholdMs); 100return aggregatingLog.LogBlockTime(logMessage, minThresholdMs);