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