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