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