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