2 references to InvalidOperation_AsyncIOInProgress
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
89throw new InvalidOperationException(SR.InvalidOperation_AsyncIOInProgress);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
61throw new InvalidOperationException(SR.InvalidOperation_AsyncIOInProgress);