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)
111if (_tests.Count >= _cacheSize || (timeDelta > _cacheTimeout && _tests.Count > 0))