1 write to DataCollectorConfig
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionSink.cs (1)
30
DataCollectorConfig
= dataCollectorConfig ?? throw new ArgumentNullException(nameof(dataCollectorConfig));
3 references to DataCollectorConfig
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\TestPlatformDataCollectionSink.cs (3)
62
TPDebug.Assert(
DataCollectorConfig
.TypeUri is not null, "DataCollectorConfig.TypeUri is null");
63
AttachmentManager.AddAttachment(fileTransferInformation, SendFileCompleted,
DataCollectorConfig
.TypeUri,
DataCollectorConfig
.FriendlyName);