2 writes to _value
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
370public string? Value { get => _value; init => _value = value; } 377internal void SetValue(string value) => _value = value;
1 reference to _value
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
370public string? Value { get => _value; init => _value = value; }