3 instantiations of EnvironmentVariable
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2024private static readonly pb::MessageParser<EnvironmentVariable> _parser = new pb::MessageParser<EnvironmentVariable>(() => new EnvironmentVariable()); 2062return new EnvironmentVariable(this);
Dashboard\proto\Partials.cs (1)
41resource.Environment.Add(new EnvironmentVariable { Name = env.Name, Value = env.Value ?? "", IsFromSpec = env.IsFromSpec });
16 references to EnvironmentVariable
Aspire.Hosting (16)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (16)
127new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.EnvironmentVariable), global::Aspire.ResourceService.Proto.V1.EnvironmentVariable.Parser, new[]{ "Name", "Value", "IsFromSpec" }, new[]{ "Value" }, null, null, null), 2019internal sealed partial class EnvironmentVariable : pb::IMessage<EnvironmentVariable> 2024private static readonly pb::MessageParser<EnvironmentVariable> _parser = new pb::MessageParser<EnvironmentVariable>(() => new EnvironmentVariable()); 2028public static pb::MessageParser<EnvironmentVariable> Parser { get { return _parser; } } 2052public EnvironmentVariable(EnvironmentVariable other) : this() { 2061public EnvironmentVariable Clone() { 2118return Equals(other as EnvironmentVariable); 2123public bool Equals(EnvironmentVariable other) { 2222public void MergeFrom(EnvironmentVariable other) { 4350private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.EnvironmentVariable> _repeated_environment_codec 4351= pb::FieldCodec.ForMessage(58, global::Aspire.ResourceService.Proto.V1.EnvironmentVariable.Parser); 4352private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.EnvironmentVariable> environment_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.EnvironmentVariable>(); 4355public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.EnvironmentVariable> Environment {