1 write to _dataCollectionSink
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
137
_dataCollectionSink
= dataSink;
7 references to _dataCollectionSink
Microsoft.TestPlatform.Extensions.BlameDataCollector (7)
BlameCollector.cs (7)
126
[MemberNotNull(nameof(_events), nameof(
_dataCollectionSink
), nameof(_testSequence), nameof(_testObjectDictionary), nameof(_logger))]
215
TPDebug.Assert(_logger != null && _context != null &&
_dataCollectionSink
!= null, "Initialize must be called before calling this method");
283
_dataCollectionSink
.SendFileAsync(fileTransferInformation);
498
TPDebug.Assert(_testSequence != null && _testObjectDictionary != null && _context != null &&
_dataCollectionSink
!= null && _logger != null, "Initialize must be called before calling this method");
520
_dataCollectionSink
.SendFileAsync(fti);
542
_dataCollectionSink
.SendFileAsync(fileTransferInformation);
600
_dataCollectionSink
.SendFileAsync(fileTranferInformation);