1 write to _totalHistory
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
62_totalHistory = totalHistory;
4 references to _totalHistory
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\RemoteSolutionCache.cs (4)
63_cacheHitIndexHistogram = new(bucketSize: 1, maxBucketValue: int.MaxValue, bucketCount: _totalHistory + 1); 91Contract.ThrowIfTrue(_cacheNodes.Count > _totalHistory); 95Contract.ThrowIfTrue(_cacheNodes.Count > _totalHistory + 1); 103if (_cacheNodes.Count == _totalHistory + 1)