1 write to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
63_tcpListener = new TcpListener(endPoint.GetIpEndPoint());
6 references to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (6)
SocketServer.cs (6)
65_tcpListener.Start(); 67_endPoint = _tcpListener.LocalEndpoint.ToString(); 72_tcpListener.AcceptTcpClientAsync().ContinueWith(t => OnClientConnected(t.Result)); 126TPDebug.Assert(_tcpListener is not null, $"{nameof(_tcpListener)} is null"); 133_tcpListener.Stop();