3 references to GetValue
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestTelemetryLogger.cs (2)
124var queuedDurationCounter = _queuedDurationLogAggregator.GetValue(QueuedDurationKey); 144var requestExecutionDuration = _requestDurationLogAggregator.GetValue(kvp.Key);
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginLogger.cs (1)
36var histogramLogAggragator = s_histogramLogAggregator.GetValue(ActionInfo.GetInheritanceMarginMembers);