4 references to SetAnnotationAsObjectList
Aspire.Hosting (3)
Dcp\ContainerCreator.cs (1)
345dcpContainer.SetAnnotationAsObjectList(CustomResource.ResourceAppArgsAnnotation, appLaunchArgumentAnnotations);
Dcp\ExecutableCreator.cs (2)
188executable.SetAnnotationAsObjectList(Executable.LaunchConfigurationsAnnotation, plan.LaunchConfigurations); 191executable.SetAnnotationAsObjectList(
Aspire.Hosting.Tests (1)
Dcp\ResourceSnapshotBuilderTests.cs (1)
283executable.SetAnnotationAsObjectList(DcpCustomResource.ResourceAppArgsAnnotation, launchArgumentAnnotations);