2 writes to _tests
Microsoft.TestPlatform.CrossPlatEngine (2)
Discovery\DiscoveryResultCache.cs (2)
63_tests = new List<TestCase>(); 115_tests = new List<TestCase>();
5 references to _tests
Microsoft.TestPlatform.CrossPlatEngine (5)
Discovery\DiscoveryResultCache.cs (5)
80return new List<TestCase>(_tests); 105_tests.Add(test); 111if (_tests.Count >= _cacheSize || (timeDelta > _cacheTimeout && _tests.Count > 0)) 114_onReportTestCases(_tests);