1 write to _configuration
aspire (1)
Commands\StartCommand.cs (1)
39
_configuration
= configuration;
2 references to _configuration
aspire (2)
Commands\StartCommand.cs (2)
77
&& string.IsNullOrEmpty(
_configuration
[KnownConfigNames.ExtensionDebugSessionId]))
121
if (!AppHostStartupTimeout.TryGetTimeoutSeconds(
_configuration
, InteractionService, out var timeoutSeconds))