2 writes to _serviceChannel
Microsoft.VisualStudio.IntegrationTestService (2)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (2)
89
_serviceChannel
= new IpcChannel(
121
_serviceChannel
= null;
6 references to _serviceChannel
Microsoft.VisualStudio.IntegrationTestService (6)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (6)
101
_serviceChannel
.StartListening(null);
102
ChannelServices.RegisterChannel(
_serviceChannel
, ensureSecurity: false);
113
if (
_serviceChannel
!= null)
115
if (ChannelServices.RegisteredChannels.Contains(
_serviceChannel
))
117
ChannelServices.UnregisterChannel(
_serviceChannel
);
120
_serviceChannel
.StopListening(null);