2 references to StartDebugSession
aspire (2)
Commands\RootCommand.cs (1)
69
public static readonly Option<bool> StartDebugSessionOption = new(CommonOptionNames.
StartDebugSession
)
Program.cs (1)
1405
command.Options.Add(new Option<bool>(CommonOptionNames.
StartDebugSession
)