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)
79if (!_testCaseInProgressMap.Contains(testCase.Id)) 81_testCaseInProgressMap.Add(testCase.Id); 133if (_testCaseInProgressMap.Contains(testCase.Id)) 139_testCaseInProgressMap.Remove(testCase.Id);