1 implementation of IDataCollectionTelemetryManager
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionTelemetryManager.cs (1)
16internal class DataCollectionTelemetryManager : IDataCollectionTelemetryManager
2 references to IDataCollectionTelemetryManager
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
74private readonly IDataCollectionTelemetryManager _dataCollectionTelemetryManager; 102protected DataCollectionManager(IDataCollectionAttachmentManager datacollectionAttachmentManager, IMessageSink messageSink, IDataCollectionTelemetryManager dataCollectionTelemetryManager, ITelemetryReporter telemetryReporter)