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