1 write to _cacheSize
Microsoft.TestPlatform.CrossPlatEngine (1)
Discovery\DiscoveryResultCache.cs (1)
58
_cacheSize
= cacheSize;
1 reference to _cacheSize
Microsoft.TestPlatform.CrossPlatEngine (1)
Discovery\DiscoveryResultCache.cs (1)
111
if (_tests.Count >=
_cacheSize
|| (timeDelta > _cacheTimeout && _tests.Count > 0))