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