2 references to NonSeekableReadStream
Microsoft.AspNetCore.Http.Tests (2)
Features\FormFeatureTests.cs (1)
560context.Request.Body = new NonSeekableReadStream(formContent);
Features\NonSeekableReadStream.cs (1)
11: this(new MemoryStream(data))