1 write to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
53_communicationManager = communicationManager;
7 references to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (7)
DataCollectionTestCaseEventHandler.cs (7)
62var endpoint = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0)); 63_communicationManager.AcceptClientAsync(); 70return _communicationManager.WaitForClientConnection(connectionTimeout); 76_communicationManager?.StopServer(); 86var message = _communicationManager.ReceiveMessage(); 109_communicationManager.SendMessage(MessageType.DataCollectionTestStartAck, string.Empty, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion)); 134_communicationManager.SendMessage(MessageType.DataCollectionTestEndResult, attachmentSets, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion));