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)
80
return new List<TestCase>(
_tests
);
105
_tests
.Add(test);
111
if (
_tests
.Count >= _cacheSize || (timeDelta > _cacheTimeout &&
_tests
.Count > 0))
114
_onReportTestCases(
_tests
);