1 write to _name
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusRecipePackConstruct.cs (1)
48
_name
= DefineProperty<string>(nameof(PackName), ["name"]);
2 references to _name
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusRecipePackConstruct.cs (2)
25
get { Initialize(); return
_name
!; }
26
set { Initialize();
_name
!.Assign(value); }