5 references to net_readonlystream
System.Net.Sockets (5)
System\Net\Sockets\NetworkStream.cs (5)
305
throw new InvalidOperationException(SR.
net_readonlystream
);
334
if (!CanWrite) throw new InvalidOperationException(SR.
net_readonlystream
);
507
throw new InvalidOperationException(SR.
net_readonlystream
);
630
throw new InvalidOperationException(SR.
net_readonlystream
);
652
throw new InvalidOperationException(SR.
net_readonlystream
);