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); 102ChannelServices.RegisterChannel(_serviceChannel, ensureSecurity: false); 113if (_serviceChannel != null) 115if (ChannelServices.RegisteredChannels.Contains(_serviceChannel)) 117ChannelServices.UnregisterChannel(_serviceChannel); 120_serviceChannel.StopListening(null);