1 write to DataCollectorType
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectorConfig.cs (1)
27
DataCollectorType
= type ?? throw new ArgumentNullException(nameof(type));
2 references to DataCollectorType
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
273
dataCollectorInformation.DataCollectorConfig.
DataCollectorType
.AssemblyQualifiedName!,
548
RunDataCollectors[dataCollectorConfig.
DataCollectorType
] = dataCollectorInfo;