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