2 writes to Value
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2230Value = other.Value; 2290Value = input.ReadString();
7 references to Value
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (1)
69.Select(e => new EnvironmentVariableViewModel(e.Name, e.Value, e.IsFromSpec))