4 references to AsyncStreamReader
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (4)
940StreamReader sr = AsyncStreamReader(path, encoding); // Move first streamReader allocation here so to throw related file exception upfront, which will cause known leaking if user never actually foreach's over the enumerable 1129StreamReader sr = AsyncStreamReader(path, encoding); 1338using (StreamReader sr = AsyncStreamReader(path, encoding)) 1685sr = AsyncStreamReader(path, encoding);