7 references to AppHostOptionDescription
aspire (7)
Commands\AppHostLauncher.cs (1)
39
internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\DescribeCommand.cs (1)
80
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\LogsCommand.cs (1)
87
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\ResourceCommand.cs (1)
34
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\ResourceCommandBase.cs (1)
26
protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\TelemetryCommandHelpers.cs (1)
42
internal static OptionWithLegacy<FileInfo?> CreateAppHostOption() => new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\WaitCommand.cs (1)
42
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);