5 references to Append
Microsoft.AspNetCore.Shared.Tests (5)
runtime\Http3\VariableLengthIntegerHelperTests.cs (5)
176MemorySegment<byte> memorySegment2 = memorySegment1.Append(new byte[] { 1 }); 192MemorySegment<byte> memorySegment2 = memorySegment1.Append(new byte[] { 0, 0, 0, 0, 0, 0, 2 }); 208MemorySegment<byte> memorySegment2 = memorySegment1.Append(new byte[] { 0, 0, 0, 0, 0, 2 }); 223MemorySegment<byte> memorySegment2 = memorySegment1.Append(new byte[] { 0, 0, 0, 0, 0, 0, 2 }); 238MemorySegment<byte> memorySegment2 = memorySegment1.Append(new byte[] { 0, 0, 0, 0, 0, 2 });