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();