2 writes to asyncWriteCallbackState
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
369
this.
asyncWriteCallbackState
= state;
1093
this.
asyncWriteCallbackState
= null;
1 reference to asyncWriteCallbackState
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
976
state = this.
asyncWriteCallbackState
;