1 write to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
91
_communicationManager
= communicationManager;
7 references to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (7)
DataCollectionRequestHandler.cs (7)
160
_communicationManager
.SetupClientAsync(new IPEndPoint(IPAddress.Loopback, port));
166
return
_communicationManager
.WaitForServerConnection(connectionTimeout);
178
var message =
_communicationManager
.ReceiveMessage();
215
_communicationManager
.SendMessage(MessageType.DataCollectionMessage, args);
223
_communicationManager
?.StopClient();
356
_communicationManager
.SendMessage(
398
_communicationManager
.SendMessage(MessageType.AfterTestRunEndResult, afterTestRunEndResult);