1 instantiation of AggregatingCounterLog
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\TelemetryLogProvider.cs (1)
84
static (functionId, session) => new
AggregatingCounterLog
(session, functionId),
4 references to AggregatingCounterLog
Microsoft.VisualStudio.LanguageServices (4)
Telemetry\Shared\TelemetryLogProvider.cs (4)
31
/// Manages instances of <see cref="
AggregatingCounterLog
"/> to provide in <see cref="GetCounterLog(FunctionId)"/>
33
private ImmutableDictionary<FunctionId,
AggregatingCounterLog
> _counterLogs = ImmutableDictionary<FunctionId,
AggregatingCounterLog
>.Empty;
101
foreach (
var
log in _counterLogs.Values)