5 references to IsRuntimeAsync
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (3)
1098if (RuntimeHelpers.IsRuntimeAsync()) 1319if (RuntimeHelpers.IsRuntimeAsync()) 1352if (RuntimeHelpers.IsRuntimeAsync())
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (2)
944if (RuntimeHelpers.IsRuntimeAsync()) 970if (RuntimeHelpers.IsRuntimeAsync())