Searched defs:byteCount (Results 1 – 3 of 3) sorted by relevance
16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger()
235 private void IncreaseIpcCounter(IpcCounter type, uint byteCount) in IncreaseIpcCounter()
965 private void EnterDataMode(int? byteCount, Action<byte[]> callback) in EnterDataMode()988 private void BytesReceived(int connectionId, int byteCount) in BytesReceived()1292 … private void BytesReceived(int byteCount) => Owner.BytesReceived(ConnectionId, byteCount); in BytesReceived()