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);
93
Contract.ThrowIfTrue(_cacheNodes.Count >
_totalHistory
);
97
Contract.ThrowIfTrue(_cacheNodes.Count >
_totalHistory
+ 1);
105
if (_cacheNodes.Count ==
_totalHistory
+ 1)