1 write to _testSequence
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
140
_testSequence
= new ConcurrentQueue<Guid>();
6 references to _testSequence
Microsoft.TestPlatform.Extensions.BlameDataCollector (6)
BlameCollector.cs (6)
126
[MemberNotNull(nameof(_events), nameof(_dataCollectionSink), nameof(
_testSequence
), nameof(_testObjectDictionary), nameof(_logger))]
457
TPDebug.Assert(
_testSequence
!= null && _testObjectDictionary != null, "Initialize must be called before calling this method");
466
_testSequence
.Enqueue(blameTestObject.Id);
498
TPDebug.Assert(
_testSequence
!= null && _testObjectDictionary != null && _context != null && _dataCollectionSink != null && _logger != null, "Initialize must be called before calling this method");
508
var processCrashedWhenRunningTests =
_testSequence
.Count > _testEndCount;
516
testSequenceCopy = [..
_testSequence
];