1 instantiation of ProjectLaunchConfiguration
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
806
var projectLaunchConfiguration = new
ProjectLaunchConfiguration
();
4 references to ProjectLaunchConfiguration
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (1)
806
var
projectLaunchConfiguration = new ProjectLaunchConfiguration();
Dcp\Model\Executable.cs (3)
216
public void SetProjectLaunchConfiguration(
ProjectLaunchConfiguration
launchConfiguration)
225
public bool TryGetProjectLaunchConfiguration([NotNullWhen(true)] out
ProjectLaunchConfiguration
? launchConfiguration)
228
if (this.TryGetAnnotationAsObjectList(LaunchConfigurationsAnnotation, out List<
ProjectLaunchConfiguration
>? launchConfigurations))