10 references to net_io_invalidnestedcall
System.Net.Security (10)
System\Net\Security\NegotiateStream.cs (3)
345throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 511throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write")); 729throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate"));
System\Net\Security\SslStream.cs (1)
752throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read"));
System\Net\Security\SslStream.IO.cs (6)
198throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate")); 204throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 211throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write")); 294throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate")); 899throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 1049throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write"));