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