1 instantiation of AggregatingTelemetryLog
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingTelemetryLogManager.cs (1)
33static (functionId, arg) => new AggregatingTelemetryLog(arg._session, functionId, arg.bucketBoundaries),
3 references to AggregatingTelemetryLog
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingTelemetryLogManager.cs (3)
18private ImmutableDictionary<FunctionId, AggregatingTelemetryLog> _aggregatingLogs = ImmutableDictionary<FunctionId, AggregatingTelemetryLog>.Empty; 42foreach (var log in _aggregatingLogs.Values)