1 instantiation of WriteAsyncState
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
287this.writeState = new WriteAsyncState();
4 references to WriteAsyncState
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (4)
45WriteAsyncState writeState; 367AsyncCompletionResult WriteAsync(WriteAsyncState state) 979readonly WriteAsyncState writeState; 982internal PooledAsyncResult(WriteAsyncState parentState, bool completedSynchronously)