6 references to ExceptionThrowingRequestBodyStream
Microsoft.AspNetCore.Http.Extensions.Tests (6)
RequestDelegateFactoryTests.cs (2)
1936httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(exception); 1969httpContext.Request.Body = new ExceptionThrowingRequestBodyStream(exception);
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);