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