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