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