4 references to AsyncStreamReader
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (4)
913StreamReader 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 1102StreamReader sr = AsyncStreamReader(path, encoding); 1309using (StreamReader sr = AsyncStreamReader(path, encoding)) 1633sr = AsyncStreamReader(path, encoding);