1 write to _executionContext
aspire (1)
Interaction\ConsoleInteractionService.cs (1)
97_executionContext = executionContext;
3 references to _executionContext
aspire (3)
Interaction\ConsoleInteractionService.cs (3)
63private bool UsesConsoleLogging => _executionContext.ConsoleLogLevel is not null and not LogLevel.None; 75if (_executionContext.DebugMode || 443var cliInformationalVersion = _executionContext.IdentityVersion;