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)); 72return _communicationManager.WaitForServerConnection(connectionTimeout); 78_communicationManager?.StopClient(); 85_communicationManager.SendMessage(MessageType.DataCollectionTestStart, e); 87var message = _communicationManager.ReceiveMessage(); 98_communicationManager.SendMessage(MessageType.DataCollectionTestEnd, e); 100var message = _communicationManager.ReceiveMessage(); 112_communicationManager.SendMessage(MessageType.SessionEnd, e);