(List<byte> target, byte[] payload)
| 1117 | } |
| 1118 | |
| 1119 | private static void Append(List<byte> target, byte[] payload) |
| 1120 | { |
| 1121 | target.AddRange(payload); |
| 1122 | } |
| 1123 | |
| 1124 | private static void EnsureConsumed(ReadOnlySequence<byte> sequence, string caseName) |
| 1125 | { |
no outgoing calls
no test coverage detected