1 type derived from DataCollectionLogger
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionLogger.cs (1)
17
internal class TestPlatformDataCollectionLogger :
DataCollectionLogger
3 references to DataCollectionLogger
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
40
private
DataCollectionLogger
? _logger;
131
DataCollectionLogger
logger,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollector.cs (1)
33
DataCollectionLogger
logger,