14 references to KeyMetricName
Microsoft.CodeAnalysis.EditorFeatures (1)
Remote\SolutionChecksumUpdater.cs (1)
183m[TelemetryLogging.KeyMetricName] = metricName;
Microsoft.CodeAnalysis.LanguageServer (1)
Telemetry\VSCodeRequestTelemetryLogger.cs (1)
41m[TelemetryLogging.KeyMetricName] = workspaceCountMetricName;
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Telemetry\RequestTelemetryLogger.cs (5)
39m[TelemetryLogging.KeyMetricName] = workspaceCounterMetricName; 52m[TelemetryLogging.KeyMetricName] = metricName; 70m[TelemetryLogging.KeyMetricName] = "TimeInQueue"; 78m[TelemetryLogging.KeyMetricName] = "RequestDuration"; 96m[TelemetryLogging.KeyMetricName] = metricName;
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\AssetSynchronization\RemoteAssetSynchronizationService.cs (1)
74m[TelemetryLogging.KeyMetricName] = metricName;
src\VisualStudio\Core\Def\Telemetry\Shared\AbstractAggregatingLog.cs (2)
75if (!logMessage.Properties.TryGetValue(TelemetryLogging.KeyMetricName, out var metricNameValue) || metricNameValue is not string metricName) 80if (curName is not TelemetryLogging.KeyName and not TelemetryLogging.KeyValue and not TelemetryLogging.KeyMetricName)
Microsoft.VisualStudio.LanguageServices (2)
Telemetry\Shared\AbstractAggregatingLog.cs (2)
75if (!logMessage.Properties.TryGetValue(TelemetryLogging.KeyMetricName, out var metricNameValue) || metricNameValue is not string metricName) 80if (curName is not TelemetryLogging.KeyName and not TelemetryLogging.KeyValue and not TelemetryLogging.KeyMetricName)
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\VisualStudio\Core\Def\Telemetry\Shared\AbstractAggregatingLog.cs (2)
75if (!logMessage.Properties.TryGetValue(TelemetryLogging.KeyMetricName, out var metricNameValue) || metricNameValue is not string metricName) 80if (curName is not TelemetryLogging.KeyName and not TelemetryLogging.KeyValue and not TelemetryLogging.KeyMetricName)