1 write to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
36
_communicationManager
= communicationManager;
8 references to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (8)
DataCollectionTestCaseEventSender.cs (8)
66
_communicationManager
.SetupClientAsync(new IPEndPoint(IPAddress.Loopback, port));
72
return
_communicationManager
.WaitForServerConnection(connectionTimeout);
78
_communicationManager
?.StopClient();
85
_communicationManager
.SendMessage(MessageType.DataCollectionTestStart, e);
87
var message =
_communicationManager
.ReceiveMessage();
98
_communicationManager
.SendMessage(MessageType.DataCollectionTestEnd, e);
100
var message =
_communicationManager
.ReceiveMessage();
112
_communicationManager
.SendMessage(MessageType.SessionEnd, e);