4 references to _ringBuffer
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (4)
46
_ringBuffer
[index] = 0;
71
_ringBuffer
[_currentRingBufferPosition++] = byte1;
85
byte1 =
_ringBuffer
[(start + index) & (RingBufferLength - 1)];
88
_ringBuffer
[_currentRingBufferPosition++] = byte1;