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