2 instantiations of HttpRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\BodyControl.cs (2)
29_request = new HttpRequestStream(bodyControl, _requestReader); 31_emptyRequest = new HttpRequestStream(bodyControl, _emptyRequestReader);
3 references to HttpRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpRequestPipeReader.cs (1)
130static void ThrowObjectDisposedException() => throw new ObjectDisposedException(nameof(HttpRequestStream));
Internal\Infrastructure\BodyControl.cs (2)
17private readonly HttpRequestStream _request; 23private readonly HttpRequestStream _emptyRequest;