8 references to s_appHostOption
aspire (8)
Commands\SecretDeleteCommand.cs (2)
40Options.Add(SecretCommand.s_appHostOption); 47var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretGetCommand.cs (2)
40Options.Add(SecretCommand.s_appHostOption); 47var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretListCommand.cs (2)
40Options.Add(SecretCommand.s_appHostOption); 46var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretSetCommand.cs (2)
45Options.Add(SecretCommand.s_appHostOption); 53var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);