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