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)
67get { Initialize(); return _name!; } 68set { Initialize(); _name!.Assign(value); }