2 writes to _isForRead
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
916
_isForRead
= true;
930
_isForRead
= false;
3 references to _isForRead
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
938
get { return
_isForRead
; }
956
get { return !
_isForRead
; }
1257
if (
_isForRead
)