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)
243if (_readOnly || other._readOnly) 245return _readOnly == other._readOnly; 268if (_readOnly)