1 write to _testRunCache
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
40
_testRunCache
= testRunCache;
3 references to _testRunCache
Microsoft.TestPlatform.CrossPlatEngine (3)
Adapter\TestExecutionRecorder.cs (3)
72
_testRunCache
.OnTestStarted(testCase);
105
_testRunCache
.OnNewTestResult(testResult);
117
_testRunCache
.OnTestCompletion(testCase);