1 write to _maxCapacity
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
63
_maxCapacity
= maxCapacity;
2 references to _maxCapacity
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteSolutionCache.cs (2)
55
/// The list of checksum+solution pairs. Note: only the first <see cref="
_maxCapacity
"/> items will actually point
112
if (index >=
_maxCapacity
)