1 write to _name
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusSecuritySecretConstruct.cs (1)
128_name = DefineProperty<string>(nameof(SecretName), ["name"]);
2 references to _name
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusSecuritySecretConstruct.cs (2)
86get { Initialize(); return _name!; } 87set { Initialize(); _name!.Assign(value); }