18 references to Create
http2cat (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IIS.LongTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IIS.NewHandler.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IIS.NewShim.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IIS.ShadowCopy.Tests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
Microsoft.AspNetCore.Http (1)
StreamResponseBodyFeature.cs (1)
58_pipeWriter = PipeWriter.Create(Stream, new StreamPipeWriterOptions(leaveOpen: true));
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
3741return PipeWriter.Create(Stream.Null);
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
44public PipeWriter Writer => _pipeAdapter ??= PipeWriter.Create(Stream, _pipeWriterOptions);
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
170_responseBodyWrapper = PipeWriter.Create(Prop<Stream>(OwinConstants.ResponseBody), new StreamPipeWriterOptions(leaveOpen: true));
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
92_pipeAdapter = PipeWriter.Create(Stream, new StreamPipeWriterOptions(leaveOpen: true));
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
421_pipeWriter = PipeWriter.Create(_responseStream, new StreamPipeWriterOptions(leaveOpen: true));
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (1)
197ResponsePipeWrapper = PipeWriter.Create(ResponseBody, new StreamPipeWriterOptions(leaveOpen: true));
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31Output = PipeWriter.Create(stream, writerOptions);