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