1 write to _communicationEndPoint
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
126_communicationEndPoint = _communicationEndpointFactory.Create(ConnectionInfo.Role);
3 references to _communicationEndPoint
Microsoft.TestPlatform.CrossPlatEngine (3)
EventHandlers\TestRequestHandler.cs (3)
127_communicationEndPoint.Connected += (sender, connectedArgs) => 139_communicationEndPoint.Start(ConnectionInfo.Endpoint); 170_communicationEndPoint?.Stop();