1 instantiation of TestPlatformDataCollectionLogger
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectorInformation.cs (1)
54
Logger = new
TestPlatformDataCollectionLogger
(messageSink, dataCollectorConfig);
2 references to TestPlatformDataCollectionLogger
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectorInformation.cs (1)
91
public
TestPlatformDataCollectionLogger
Logger { get; private set; }
DataCollection\TestPlatformDataCollectionLogger.cs (1)
30
/// Initializes a new instance of the <see cref="
TestPlatformDataCollectionLogger
"/> class.