1 implementation of SendRawMessage
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
278
public 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);