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