4 references to CommandLineArgsCallbackAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (1)
746return builder.WithAnnotation(new CommandLineArgsCallbackAnnotation(callback));
TerminalResourceBuilderExtensions.cs (1)
409host.Annotations.Add(new CommandLineArgsCallbackAnnotation(context =>
Aspire.Hosting.Maui (2)
Utilities\MauiAndroidEnvironmentAnnotation.cs (1)
84resource.Annotations.Add(new CommandLineArgsCallbackAnnotation(async context =>
Utilities\MauiiOSEnvironmentAnnotation.cs (1)
84resource.Annotations.Add(new CommandLineArgsCallbackAnnotation(async context =>