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