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