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