1 instantiation of Counter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestTelemetryLogger.cs (1)
94_requestCounters.GetOrAdd(methodName, (_) => new Counter()).IncrementCount(result);
1 reference to Counter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestTelemetryLogger.cs (1)
43private readonly ConcurrentDictionary<string, Counter> _requestCounters;