1 write to _testRunCache
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
66
_testRunCache
= testRunCache;
3 references to _testRunCache
Microsoft.TestPlatform.CrossPlatEngine (3)
Adapter\TestExecutionRecorder.cs (3)
100
_testRunCache
.OnTestStarted(testCase);
152
_testRunCache
.OnNewTestResult(testResult);
164
_testRunCache
.OnTestCompletion(testCase);