2 writes to asyncBytesToWrite
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
366this.asyncBytesToWrite = size; 1091this.asyncBytesToWrite = -1;
1 reference to asyncBytesToWrite
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
949else if (numBytes != this.asyncBytesToWrite)