1 implementation of Arguments
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationGathererContext.cs (1)
11public List<object> Arguments { get; } = new();
5 references to Arguments
Aspire.Hosting (5)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (3)
19IList<object> args = [.. context.Arguments]; 33context.Arguments.Clear(); 34context.Arguments.AddRange(args);
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
105Arguments = context.Arguments,
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
69Arguments = context.Arguments,