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