2 writes to _serviceChannel
Microsoft.VisualStudio.IntegrationTest.Setup (2)
IntegrationTestServiceCommands.cs (2)
120
_serviceChannel
= new IpcServerChannel(
164
_serviceChannel
= null;
3 references to _serviceChannel
Microsoft.VisualStudio.IntegrationTest.Setup (3)
IntegrationTestServiceCommands.cs (3)
129
_serviceChannel
.StartListening(null);
161
if (
_serviceChannel
!= null)
163
_serviceChannel
.StopListening(null);