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)
105
Options.Add(
_startDebugSessionOption
);
156
var startDebugSession =
_startDebugSessionOption
is not null && parseResult.GetValue(
_startDebugSessionOption
);