1 write to Name
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1040
Name
= input.Name,
3 references to Name
aspire (3)
Commands\PipelineCommandBase.cs (3)
1113
Name = input.
Name
,
1225
if (string.IsNullOrEmpty(input.
Name
))
1229
var inputName = input.
Name
;