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