1 implementation of ITelemetryReporter
Microsoft.TestPlatform.CommunicationUtilities (1)
TelemetryReporter.cs (1)
11internal class TelemetryReporter : ITelemetryReporter
6 references to ITelemetryReporter
Microsoft.VisualStudio.TestPlatform.Common (5)
DataCollection\DataCollectionManager.cs (4)
59private readonly ITelemetryReporter _telemetryReporter; 84internal DataCollectionManager(IMessageSink messageSink, IRequestData requestData, ITelemetryReporter telemetryReporter) : this(new DataCollectionAttachmentManager(), messageSink, new DataCollectionTelemetryManager(requestData), telemetryReporter) 102protected DataCollectionManager(IDataCollectionAttachmentManager datacollectionAttachmentManager, IMessageSink messageSink, IDataCollectionTelemetryManager dataCollectionTelemetryManager, ITelemetryReporter telemetryReporter) 148public static DataCollectionManager Create(IMessageSink messageSink, IRequestData requestData, ITelemetryReporter telemetryReporter)
DataCollection\DataCollectorInformation.cs (1)
113internal void InitializeDataCollector(ITelemetryReporter telemetryReporter)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
ITelemetryInitializer.cs (1)
14void Initialize(ITelemetryReporter telemetryReporter);