2 writes to _envelopeBytesNeeded
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
747
_envelopeBytesNeeded
= _envelopeSize;
758
_envelopeBytesNeeded
-= bytesConsumed;
3 references to _envelopeBytesNeeded
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
756
if (bytesConsumed >
_envelopeBytesNeeded
)
757
bytesConsumed =
_envelopeBytesNeeded
;
759
if (
_envelopeBytesNeeded
== 0)