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)
28get { Initialize(); return _value!; } 29set { Initialize(); _value!.Assign(value); }