1 instantiation of LaunchProfileAnnotation
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
306builder.WithAnnotation(new LaunchProfileAnnotation(options.LaunchProfileName));
4 references to LaunchProfileAnnotation
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (2)
1095if (!projectLaunchConfiguration.DisableLaunchProfile && project.TryGetLastAnnotation<LaunchProfileAnnotation>(out var lpa))
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
146if (projectResource.TryGetLastAnnotation<LaunchProfileAnnotation>(out var launchProfileAnnotation))