1 write to _name
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (1)
115
_name
= DefineProperty<string>(nameof(StoreName), ["name"]);
2 references to _name
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (2)
67
get { Initialize(); return
_name
!; }
68
set { Initialize();
_name
!.Assign(value); }