18 references to Create
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
278var reader = PipeReader.Create(stream);
http2cat (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IIS.LongTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IIS.NewHandler.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IIS.NewShim.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IIS.ShadowCopy.Tests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
Microsoft.AspNetCore.Http (1)
Features\RequestBodyPipeFeature.cs (1)
39_internalPipeReader = PipeReader.Create(_context.Request.Body, _defaultReaderOptions);
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTests.JsonBody.cs (2)
314var pipeReader = PipeReader.Create(new MemoryStream(requestBodyBytes)); 355var pipeReader = PipeReader.Create(new MemoryStream(requestBodyBytes));
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
3021 => Results.Stream(PipeReader.Create(stream), contentType, fileDownloadName, lastModified, entityTag, enableRangeProcessing),
TypedResultsTests.cs (1)
3861 => TypedResults.Stream(PipeReader.Create(stream), contentType, fileDownloadName, lastModified, entityTag, enableRangeProcessing),
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
95RequestBodyPipeReader = PipeReader.Create(RequestBody, new StreamPipeReaderOptions(_context.MemoryPool, _context.MemoryPool.GetMinimumSegmentSize(), _context.MemoryPool.GetMinimumAllocSize(), useZeroByteReads: true));
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30Input = PipeReader.Create(stream, readerOptions);