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