3 references to CreateAppHostOption
aspire (3)
Commands\TelemetryLogsCommand.cs (1)
36private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = TelemetryCommandHelpers.CreateAppHostOption();
Commands\TelemetrySpansCommand.cs (1)
36private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = TelemetryCommandHelpers.CreateAppHostOption();
Commands\TelemetryTracesCommand.cs (1)
35private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = TelemetryCommandHelpers.CreateAppHostOption();