1 write to writeState
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
984
this.
writeState
= parentState;
2 references to writeState
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
992
return this.
writeState
.Arguments != null ? this.
writeState
.Arguments.AsyncState : null;