1 implementation of Arguments
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationGathererContext.cs (1)
11public List<object> Arguments { get; } = new();
3 references to Arguments
Aspire.Hosting (3)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (1)
18var callbackContext = new CommandLineArgsCallbackContext(context.Arguments, resource, cancellationToken)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
98Arguments = context.Arguments,
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
67Arguments = context.Arguments,