2 writes to _envelopeBytesNeeded
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
739_envelopeBytesNeeded = _envelopeSize; 753_envelopeBytesNeeded -= bytesConsumed;
3 references to _envelopeBytesNeeded
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingDecoders.cs (3)
748if (bytesConsumed > _envelopeBytesNeeded) 750bytesConsumed = _envelopeBytesNeeded; 754if (_envelopeBytesNeeded == 0)