1 write to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
64_cacheHitIndexHistogram = new(bucketSize: 1, maxBucketValue: int.MaxValue, bucketCount: _totalHistory + 1);
4 references to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\RemoteSolutionCache.cs (4)
38/// cref="_cacheHitIndexHistogram"/>. 44/// TotalHistory). When this happens we'll increment <see cref="_cacheHitIndexHistogram"/>. 140_cacheHitIndexHistogram.IncreaseCount(index); 157@this._cacheHitIndexHistogram.WriteTelemetryPropertiesTo(m, prefix: nameof(_cacheHitIndexHistogram));