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)
134
Options.Add(
_startDebugSessionOption
);
150
Debug.Assert(
_startDebugSessionOption
is not null);
151
startDebugSession = parseResult.GetValue(
_startDebugSessionOption
);