1 write to _testCaseInProgressMap
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
50
_testCaseInProgressMap
= new HashSet<Guid>();
4 references to _testCaseInProgressMap
Microsoft.TestPlatform.CrossPlatEngine (4)
Adapter\TestExecutionRecorder.cs (4)
79
if (!
_testCaseInProgressMap
.Contains(testCase.Id))
81
_testCaseInProgressMap
.Add(testCase.Id);
133
if (
_testCaseInProgressMap
.Contains(testCase.Id))
139
_testCaseInProgressMap
.Remove(testCase.Id);