2 writes to Value
aspire (2)
BackchannelJsonSerializerContext.EnvVar.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Cli.Backchannel.EnvVar)obj).Value = value!,
DotNet\DotNetCliRunner.cs (1)
581startInfo.Environment.Select(kvp => new EnvVar { Name = kvp.Key, Value = kvp.Value }).ToList(),
2 references to Value
aspire (2)
BackchannelJsonSerializerContext.EnvVar.g.cs (2)
78Getter = static obj => ((global::Aspire.Cli.Backchannel.EnvVar)obj).Value, 107writer.WriteString(PropName_value, ((global::Aspire.Cli.Backchannel.EnvVar)value).Value);