1 write to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
82
_tcpListener
= new TcpListener(endPoint.GetIpEndPoint());
7 references to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (7)
SocketServer.cs (7)
84
_tcpListener
.Start();
85
tcpListener =
_tcpListener
;
87
_endPoint =
_tcpListener
.LocalEndpoint.ToString();
125
_tcpListener
?.Stop();
197
TPDebug.Assert(
_tcpListener
is not null, $"{nameof(
_tcpListener
)} is null");
204
_tcpListener
.Stop();