2 writes to Connected
Microsoft.TestPlatform.CommunicationUtilities (2)
Interfaces\Communication\ConnectedEventArgs.cs (2)
29
Connected
= true;
34
Connected
= false;
2 references to Connected
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
148
if (args.
Connected
&& _channel != null)
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
129
if (!connectedArgs.
Connected
)