1 instantiation of DefaultLaunchProfileAnnotation
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
337
builder.WithAnnotation(new
DefaultLaunchProfileAnnotation
(appHostDefaultLaunchProfileName));
2 references to DefaultLaunchProfileAnnotation
Aspire.Hosting (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
120
if (!projectResource.TryGetLastAnnotation<
DefaultLaunchProfileAnnotation
>(out
var
launchProfileAnnotation))