3 references to TryGetCounter
Microsoft.CodeAnalysis.Workspaces (3)
Log\CountLogAggregator.cs (1)
34
if (
TryGetCounter
(key, out var counter))
Log\HistogramLogAggregator.cs (1)
50
TryGetCounter
(key, out var counter);
Log\StatisticLogAggregator.cs (1)
27
if (
TryGetCounter
(key, out var counter))