4 references to CommandLineArgsCallbackAnnotation
Aspire.Hosting (2)
Exec\ExecResourceManager.cs (1)
206executable.Annotations.Add(new CommandLineArgsCallbackAnnotation((c) =>
ResourceBuilderExtensions.cs (1)
339return builder.WithAnnotation(new CommandLineArgsCallbackAnnotation(callback));
Aspire.Hosting.Maui (2)
Utilities\MauiAndroidEnvironmentAnnotation.cs (1)
80resource.Annotations.Add(new CommandLineArgsCallbackAnnotation(async context =>
Utilities\MauiiOSEnvironmentAnnotation.cs (1)
80resource.Annotations.Add(new CommandLineArgsCallbackAnnotation(async context =>