Section.Phase Property
Definition
If set, labels and $ in the section resolve as if the code runs at this location; used for code that is copied elsewhere in memory before being executed.
public Location? Phase { get; init; }
If set, labels and $ in the section resolve as if the code runs at this location; used for code that is copied elsewhere in memory before being executed.
public Location? Phase { get; init; }