1 write to _totalHistory
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
64_totalHistory = totalHistory;
4 references to _totalHistory
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\RemoteSolutionCache.cs (4)
65_cacheHitIndexHistogram = new(bucketSize: 1, maxBucketValue: int.MaxValue, bucketCount: _totalHistory + 1); 93Contract.ThrowIfTrue(_cacheNodes.Count > _totalHistory); 97Contract.ThrowIfTrue(_cacheNodes.Count > _totalHistory + 1); 105if (_cacheNodes.Count == _totalHistory + 1)