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