1 implementation of SendRawMessage
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
278public void SendRawMessage(string rawMessage)
2 references to SendRawMessage
Microsoft.TestPlatform.CommunicationUtilities (1)
TelemetryReporter.cs (1)
29_communicationManager.SendRawMessage(message);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
413_communicationManager.SendRawMessage(rawMessage);