2 writes to _index
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\IntDecoder.cs (2)
31
_index
= 0;
53
_index
++;
2 references to _index
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\IntDecoder.cs (2)
47
_value |= (next & 0x7F) << (
_index
* 7);
49
if (
_index
== LastIndex && (next & 0xF8) != 0)