3 writes to Value
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2230
Value
= other.Value;
2290
Value
= input.ReadString();
Dashboard\proto\Partials.cs (1)
41
resource.Environment.Add(new EnvironmentVariable { Name = env.Name,
Value
= env.Value ?? "", IsFromSpec = env.IsFromSpec });
6 references to Value
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (6)
2131
if (
Value
!= other.
Value
) return false;
2141
if (HasValue) hash ^=
Value
.GetHashCode();
2189
output.WriteString(
Value
);
2209
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Value
);
2230
Value = other.
Value
;