5 references to WaitForDebuggerOption
aspire (5)
Commands\ExecCommand.cs (1)
149
var waitForDebugger = parseResult.GetValue(RootCommand.
WaitForDebuggerOption
);
Commands\PipelineCommandBase.cs (1)
106
var waitForDebugger = parseResult.GetValue(RootCommand.
WaitForDebuggerOption
);
Commands\RootCommand.cs (1)
120
Options.Add(
WaitForDebuggerOption
);
Commands\RunCommand.cs (2)
233
WaitForDebugger = parseResult.GetValue(RootCommand.
WaitForDebuggerOption
),
676
if (parseResult.GetValue(RootCommand.
WaitForDebuggerOption
))