10 references to net_io_invalidnestedcall
System.Net.Security (10)
System\Net\Security\NegotiateStream.cs (3)
342throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 516throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write")); 735throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate"));
System\Net\Security\SslStream.cs (1)
753throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read"));
System\Net\Security\SslStream.IO.cs (6)
180throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate")); 186throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 193throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write")); 276throw new InvalidOperationException(SR.Format(SR.net_io_invalidnestedcall, "authenticate")); 891throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); 1056throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "write"));