2 writes to _isForRead
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
888
_isForRead
= true;
902
_isForRead
= false;
3 references to _isForRead
System.ServiceModel.Http (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
910
get { return
_isForRead
; }
928
get { return !
_isForRead
; }
1229
if (
_isForRead
)