2 writes to _value
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\IntDecoder.cs (2)
32_value = 0; 47_value |= (next & 0x7F) << (_index * 7);
1 reference to _value
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\IntDecoder.cs (1)
23return _value;