3 instantiations of CommandLineInfo
Aspire.Dashboard (3)
Model\ResourceSourceViewModel.cs (3)
63
return new
CommandLineInfo
(
71
return new
CommandLineInfo
(Arguments: launchArguments.Select(arg => new LaunchArgument(arg, true)).ToList(), ArgumentsString: argumentsString, TooltipString: argumentsString);
79
return new
CommandLineInfo
(Arguments: arguments, ArgumentsString: argumentsString, TooltipString: argumentsString);
2 references to CommandLineInfo
Aspire.Dashboard (2)
Model\ResourceSourceViewModel.cs (2)
28
var
commandLineInfo = GetCommandLineInfo(resource);
45
private static
CommandLineInfo
? GetCommandLineInfo(ResourceViewModel resourceViewModel)