1 write to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
65_cacheHitIndexHistogram = new(bucketSize: 1, maxBucketValue: int.MaxValue, bucketCount: _totalHistory + 1);
5 references to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Host\RemoteSolutionCache.cs (5)
39/// cref="_cacheHitIndexHistogram"/>. 45/// TotalHistory). When this happens we'll increment <see cref="_cacheHitIndexHistogram"/>. 141_cacheHitIndexHistogram.IncreaseCount(index); 158_cacheHitIndexHistogram.WriteTelemetryPropertiesTo(m, prefix: nameof(_cacheHitIndexHistogram));