1 write to _readOnly
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (1)
213
_readOnly
= isReadOnly;
5 references to _readOnly
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (5)
243
if (
_readOnly
|| other.
_readOnly
)
245
return
_readOnly
== other.
_readOnly
;
268
if (
_readOnly
)