3 references to ReadIntoBufferAsync
Microsoft.AspNetCore.WebUtilities (3)
HttpRequestStreamReader.cs (3)
234
if (_charBufferIndex == _charsRead && await
ReadIntoBufferAsync
() == 0)
331
if (await
ReadIntoBufferAsync
() == 0)
521
await
ReadIntoBufferAsync
().ConfigureAwait(false);