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))]
462
TPDebug.Assert(
_testSequence
!= null && _testObjectDictionary != null, "Initialize must be called before calling this method");
471
_testSequence
.Enqueue(blameTestObject.Id);
503
TPDebug.Assert(
_testSequence
!= null && _testObjectDictionary != null && _context != null && _dataCollectionSink != null && _logger != null, "Initialize must be called before calling this method");
513
var processCrashedWhenRunningTests =
_testSequence
.Count > _testEndCount;
521
testSequenceCopy = [..
_testSequence
];