1 write to Args
aspire (1)
BackchannelJsonSerializerContext.CommandSpec.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Hosting.Ats.CommandSpec(){ Command = (string)args[0],
Args
= (string[])args[1], EnvironmentVariables = (global::System.Collections.Generic.Dictionary<string, string>)args[2] },
5 references to Args
aspire (5)
BackchannelJsonSerializerContext.CommandSpec.g.cs (2)
81
Getter = static obj => ((global::Aspire.Hosting.Ats.CommandSpec)obj).
Args
,
134
StringArraySerializeHandler(writer, ((global::Aspire.Hosting.Ats.CommandSpec)value).
Args
);
Projects\GuestAppHostProject.cs (1)
1047
string.Join(" ", runtimeSpec.Execute.
Args
));
Projects\GuestRuntime.cs (2)
62
var args = ReplacePlaceholders(_spec.InstallDependencies.
Args
, null, directory, null);
161
var args = ReplacePlaceholders(commandSpec.
Args
, appHostFile, directory, additionalArgs);