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