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); 49if (_index == LastIndex && (next & 0xF8) != 0)