2 instantiations of CommandLineArgsEditor
Aspire.Hosting (2)
ApplicationModel\CommandLineArgsCallbackAnnotation.cs (1)
133
internal CommandLineArgsEditor ArgsEditor =>
new
(Args);
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (1)
121
internal CommandLineArgsEditor ArgumentsEditor =>
new
(Arguments);
2 references to CommandLineArgsEditor
Aspire.Hosting (2)
ApplicationModel\CommandLineArgsCallbackAnnotation.cs (1)
133
internal
CommandLineArgsEditor
ArgsEditor => new(Args);
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (1)
121
internal
CommandLineArgsEditor
ArgumentsEditor => new(Arguments);