LabelInstruction struct LabelInstruction Documentation Code public string LabelName { get; } public int SourceIndex { get; } public LabelInstruction(int sourceIndex, string labelName)