1 write to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
40
_testPlatformEventSource
= testPlatformEventSource ?? throw new ArgumentNullException(nameof(testPlatformEventSource));
2 references to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (2)
62
_testPlatformEventSource
.TestRunAttachmentsProcessingStart(localAttachments.Count);
208
_testPlatformEventSource
.TestRunAttachmentsProcessingStop(attachments.Count);