1 write to _startDebugSessionOption
aspire (1)
Commands\PipelineCommandBase.cs (1)
101_startDebugSessionOption = new Option<bool>("--start-debug-session")
3 references to _startDebugSessionOption
aspire (3)
Commands\PipelineCommandBase.cs (3)
105Options.Add(_startDebugSessionOption); 156var startDebugSession = _startDebugSessionOption is not null && parseResult.GetValue(_startDebugSessionOption);