4 references to _ringBuffer
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (4)
59_ringBuffer[index] = 0; 84_ringBuffer[_currentRingBufferPosition++] = byte1; 98byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 101_ringBuffer[_currentRingBufferPosition++] = byte1;