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