4 references to s_detachOption
aspire (4)
Commands\RunCommand.cs (4)
117
_isDetachMode = parseResult.GetValue(
s_detachOption
) || IsDetachedStartChild();
162
Options.Add(
s_detachOption
);
172
var detach = parseResult.GetValue(
s_detachOption
);
230
s_detachOption
,