2 writes to _value
Aspire.Hosting (2)
IInteractionService.cs (2)
131
public string? Value { get => _value; init =>
_value
= value; }
138
internal void SetValue(string value) =>
_value
= value;
1 reference to _value
Aspire.Hosting (1)
IInteractionService.cs (1)
131
public string? Value { get =>
_value
; init => _value = value; }