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)
748
if (bytesConsumed >
_envelopeBytesNeeded
)
750
bytesConsumed =
_envelopeBytesNeeded
;
754
if (
_envelopeBytesNeeded
== 0)