1 write to _value
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (1)
42
_value
= DefineProperty<string>(nameof(Value), ["value"]);
2 references to _value
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (2)
28
get { Initialize(); return
_value
!; }
29
set { Initialize();
_value
!.Assign(value); }