1 write to EnvironmentVariables
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] },
6 references to EnvironmentVariables
aspire (6)
BackchannelJsonSerializerContext.CommandSpec.g.cs (2)
104
Getter = static obj => ((global::Aspire.Hosting.Ats.CommandSpec)obj).
EnvironmentVariables
,
136
DictionaryStringStringSerializeHandler(writer, ((global::Aspire.Hosting.Ats.CommandSpec)value).
EnvironmentVariables
);
Projects\GuestRuntime.cs (4)
83
if (_spec.InstallDependencies.
EnvironmentVariables
is not null)
85
foreach (var (key, value) in _spec.InstallDependencies.
EnvironmentVariables
)
189
if (commandSpec.
EnvironmentVariables
is not null)
191
foreach (var (key, value) in commandSpec.
EnvironmentVariables
)