5 references to Executable
Aspire.Hosting (5)
ApplicationModel\ExecutableLaunchRecipe.cs (5)
297
new(Value, IsSensitive,
Executable
, Display, effectiveArgumentIndex, Role);
518
projectArguments.AddRange(launchArguments.Where(static argument => argument.
Executable
).Select(static argument => argument.Value));
768
if (dotnetProjectLaunchResourceArgumentIndex == i && launchArgument.
Executable
)
882
argument.
Executable
&&
909
argument.
Executable
? nextExecutableArgumentIndex++ : null);