2 writes to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (2)
101_tcpListener = new TcpListener(endpoint); 156_tcpListener = null;
6 references to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (6)
SocketCommunicationManager.cs (6)
102_tcpListener.Start(); 103EqtTrace.Info("Listening on Endpoint : {0}", (IPEndPoint)_tcpListener.LocalEndpoint); 105return (IPEndPoint)_tcpListener.LocalEndpoint; 114if (_tcpListener == null) 121var client = await _tcpListener.AcceptTcpClientAsync(); 155_tcpListener?.Stop();