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)
236
if (
_readOnly
|| other.
_readOnly
)
238
return
_readOnly
== other.
_readOnly
;
261
if (
_readOnly
)