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