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)); 166return _communicationManager.WaitForServerConnection(connectionTimeout); 178var message = _communicationManager.ReceiveMessage(); 215_communicationManager.SendMessage(MessageType.DataCollectionMessage, args); 223_communicationManager?.StopClient(); 356_communicationManager.SendMessage( 398_communicationManager.SendMessage(MessageType.AfterTestRunEndResult, afterTestRunEndResult);