4 references to ExceptionThrowingRequestBodyStream
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateGenerator\RequestDelegateCreationTests.Forms.cs (1)
932httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(ioException);
RequestDelegateGenerator\RequestDelegateCreationTests.Logging.cs (3)
483httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(ioException); 519httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(jsonException); 560httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(jsonException);