1 reference to ReadLineAsyncInternal
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
928
return new ValueTask<string?>(
ReadLineAsyncInternal
(cancellationToken));