4 references to InvalidOperation_TimeoutsNotSupported
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (4)
39get => throw new InvalidOperationException(SR.InvalidOperation_TimeoutsNotSupported); 40set => throw new InvalidOperationException(SR.InvalidOperation_TimeoutsNotSupported); 45get => throw new InvalidOperationException(SR.InvalidOperation_TimeoutsNotSupported); 46set => throw new InvalidOperationException(SR.InvalidOperation_TimeoutsNotSupported);