2 references to GetChunkLength
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ScreenRecordService.cs (2)
421
for (Memory<byte> remaining = memory[signature.Length..]; !remaining.IsEmpty; remaining = remaining[
GetChunkLength
(remaining)..])
423
Memory<byte> chunk = remaining[..
GetChunkLength
(remaining)];