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