2 writes to _histograms
Microsoft.VisualStudio.LanguageServices.Razor (2)
Telemetry\AggregatingTelemetryLog.cs (2)
65(var histogram, _, var histogramLock) = ImmutableInterlocked.GetOrAdd(ref _histograms, histogramKey, histogramKey => 105_histograms = ImmutableDictionary<string, (IHistogram<long>, TelemetryEvent, object)>.Empty;
1 reference to _histograms
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\AggregatingTelemetryLog.cs (1)
92foreach (var (histogram, telemetryEvent, histogramLock) in _histograms.Values)