1 instantiation of AggregatingTelemetryLog
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\AggregatingTelemetryLogManager.cs (1)
29static (functionId, arg) => new AggregatingTelemetryLog(arg._telemetryReporter, functionId, arg.bucketBoundaries),
6 references to AggregatingTelemetryLog
Microsoft.VisualStudio.LanguageServices.Razor (6)
Telemetry\AggregatingTelemetryLogManager.cs (4)
14private ImmutableDictionary<string, AggregatingTelemetryLog> _aggregatingLogs = ImmutableDictionary<string, AggregatingTelemetryLog>.Empty; 21public AggregatingTelemetryLog? GetLog(string name, double[]? bucketBoundaries = null) 38foreach (var log in _aggregatingLogs.Values)
Telemetry\TelemetryReporter.cs (2)
16using static Microsoft.VisualStudio.Razor.Telemetry.AggregatingTelemetryLog; 536var aggregatingLog = _aggregatingManager?.GetLog(managerKey);