namespace Microsoft.Iris.Debug.Data;
public record struct MarkupLineNumberEntry(uint Offset, int Line, int Column);