5 references to FreeBytes
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (5)
252int freeBytes = currentBuffer.FreeBytes; // space left in the CurrentBuffer 262if (currentBuffer.FreeBytes == 0) 329if (currentBuffer.FreeBytes == 0) 388int freeBytes = currentBuffer.FreeBytes; // space left in the CurrentBuffer 399if (currentBuffer.FreeBytes == 0)