3 references to BufferUntil
System.Console (3)
System\ConsolePal.Unix.cs (3)
513!BufferUntil((byte)'[', ref readBytes, ref readBytesPos, out bracketPos) || 514!BufferUntil((byte)';', ref readBytes, ref readBytesPos, out semiPos) || 515!BufferUntil((byte)'R', ref readBytes, ref readBytesPos, out rPos))