1 write to _name
Aspire.Hosting.Radius (1)
Publishing\Constructs\LegacyApplicationConstruct.cs (1)
47
_name
= DefineProperty<string>(nameof(ApplicationName), ["name"]);
2 references to _name
Aspire.Hosting.Radius (2)
Publishing\Constructs\LegacyApplicationConstruct.cs (2)
27
get { Initialize(); return
_name
!; }
28
set { Initialize();
_name
!.Assign(value); }