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