6 references to TelemetryEvent
Microsoft.TestPlatform.CommunicationUtilities (1)
TelemetryReporter.cs (1)
24
public void Report(
TelemetryEvent
telemetryEvent)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
NoOpTelemetryEventsHandler.cs (1)
11
public void HandleTelemetryEvent(
TelemetryEvent
telemetryEvent)
VsTestConsoleRequestSender.cs (2)
1531
TelemetryEvent
? telemetryEvent = _dataSerializer.DeserializePayload<
TelemetryEvent
>(message);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITelemetryEventsHandler.cs (1)
8
void HandleTelemetryEvent(
TelemetryEvent
telemetryEvent);
ITelemetryReporter.cs (1)
14
void Report(
TelemetryEvent
telemetryEvent);