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