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