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