-
-
Notifications
You must be signed in to change notification settings - Fork 647
Closed
Milestone
Description
The current API is:
class StateMachineScopeDebugInformation
{
public InstructionOffset Start { get; set; }
public InstructionOffset End { get; set; }
CustomDebugInformationKind Kind { get; }
}but should be something like:
class HoistedScope
{
public InstructionOffset Start { get; set; }
public InstructionOffset End { get; set; }
}
class StateMachineHoistedScopesDebugInformation
{
public Collection<HoistedScope> Scopes { get; set; }
CustomDebugInformationKind Kind { get; }
}Metadata
Metadata
Assignees
Labels
No labels