1 write to FlushAsyncArgs
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
348
currentBuffer.
FlushAsyncArgs
= writeflushState;
3 references to FlushAsyncArgs
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
344
WriteFlushAsyncEventArgs writeflushState = (WriteFlushAsyncEventArgs)currentBuffer.
FlushAsyncArgs
;
828
Fx.Assert(this.
FlushAsyncArgs
!= null, "FlushAsyncArgs not set.");
868
AsyncEventArgs<object, ByteBuffer> asyncEventArgs = thisPtr.
FlushAsyncArgs
;