1 write to onAsyncFlushComplete
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
282onAsyncFlushComplete = new AsyncEventArgsCallback(OnAsyncFlushComplete);
1 reference to onAsyncFlushComplete
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
401this.DequeueAndFlush(currentBuffer, onAsyncFlushComplete);