Util\ProcessorState.cs (5)
211_target.Write(CurrentBuffer, handoffBufferPosition - toWrite - matchLength, toWrite);
284_target.Write(CurrentBuffer, bufferPositionToAdvanceTo - toWrite, toWrite);
308_target.Write(CurrentBuffer, handoffBufferPosition - toWrite - matchLength, toWrite);
347_target.Write(CurrentBuffer, CurrentBufferLength - toWrite, toWrite);
458public void WriteToTarget(byte[] buffer, int offset, int count) => _target.Write(buffer, offset, count);