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