3 writes to asyncReadCallbackState
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
275
this.
asyncReadCallbackState
= state;
297
this.
asyncReadCallbackState
= null;
907
this.
asyncReadCallbackState
= null;
1 reference to asyncReadCallbackState
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
906
state = this.
asyncReadCallbackState
;