1 write to _bSuppressChannelData
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
106case "suppressChannelData": _bSuppressChannelData = Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
1 reference to _bSuppressChannelData
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
221if (_bSuppressChannelData || !_bListening)