2 references to IfOutOfRange
Microsoft.AspNetCore.Diagnostics.Middleware (1)
src\Shared\BufferWriterPool\BufferWriter.cs (1)
121
_ = Throw.
IfOutOfRange
(count, 0, _buffer.Length - WrittenCount);
Microsoft.Extensions.Http.Diagnostics (1)
src\Shared\BufferWriterPool\BufferWriter.cs (1)
121
_ = Throw.
IfOutOfRange
(count, 0, _buffer.Length - WrittenCount);