1 write to _readOnly
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ProducerConsumerStream.cs (1)
207_readOnly = isReadOnly;
5 references to _readOnly
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ProducerConsumerStream.cs (5)
236if (_readOnly || other._readOnly) 238return _readOnly == other._readOnly; 261if (_readOnly)