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