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