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