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