1 instantiation of WriteFlushAsyncEventArgs
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
347writeflushState = new WriteFlushAsyncEventArgs();
6 references to WriteFlushAsyncEventArgs
System.ServiceModel (6)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (6)
344WriteFlushAsyncEventArgs writeflushState = (WriteFlushAsyncEventArgs)currentBuffer.FlushAsyncArgs; 362WriteFlushAsyncEventArgs flushState = (WriteFlushAsyncEventArgs)state; 444WriteFlushAsyncEventArgs flushState = (WriteFlushAsyncEventArgs)state;