2 writes to IsValueDecoded
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
50
IsValueDecoded
= false;
73
IsValueDecoded
= true;
5 references to IsValueDecoded
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\FramingDecoders.cs (5)
35
if (!
IsValueDecoded
)
56
if (
IsValueDecoded
)
129
if (_sizeDecoder.
IsValueDecoded
)
513
if (_sizeDecoder.
IsValueDecoded
)
735
if (_sizeDecoder.
IsValueDecoded
)