1 instantiation of BufferedOutputAsyncStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1498return this.supportsConcurrentIO ? (Stream)new BufferedOutputAsyncStream(this.outputStream, BufferSize, BufferCount) : new BufferedStream(this.outputStream, ChunkSize);
9 references to BufferedOutputAsyncStream
System.ServiceModel (9)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (9)
361BufferedOutputAsyncStream thisPtr = (BufferedOutputAsyncStream)state.AsyncState; 434BufferedOutputAsyncStream thisPtr = (BufferedOutputAsyncStream)state.AsyncState; 482BufferedOutputAsyncStream thisPtr = (BufferedOutputAsyncStream)state.AsyncState; 703BufferedOutputAsyncStream parent; 708internal ByteBuffer(BufferedOutputAsyncStream parent, int bufferSize, Stream stream) 938class WriteAsyncState : AsyncEventArgs<WriteAsyncArgs, BufferedOutputAsyncStream>