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