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