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