3 writes to Value
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2230Value = other.Value; 2290Value = input.ReadString();
Dashboard\proto\Partials.cs (1)
41resource.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)
2131if (Value != other.Value) return false; 2141if (HasValue) hash ^= Value.GetHashCode(); 2189output.WriteString(Value); 2209size += 1 + pb::CodedOutputStream.ComputeStringSize(Value); 2230Value = other.Value;