1 write to isReadOnly
System (1)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
609
isReadOnly
= true;
2 references to isReadOnly
System (2)
net\System\Net\WebSockets\ClientWebSocket.cs (2)
608
Contract.Assert(!
isReadOnly
, "Already set");
614
if (
isReadOnly
)