1 write to _startDebugSessionOption
aspire (1)
Commands\RunCommand.cs (1)
119_startDebugSessionOption = new Option<bool>("--start-debug-session")
3 references to _startDebugSessionOption
aspire (3)
Commands\RunCommand.cs (3)
123Options.Add(_startDebugSessionOption); 141Debug.Assert(_startDebugSessionOption is not null); 142startDebugSession = parseResult.GetValue(_startDebugSessionOption);