1 write to _configurationService
aspire (1)
Caching\AppHostInfoDiskCache.cs (1)
117
_configurationService
= configurationService;
1 reference to _configurationService
aspire (1)
Caching\AppHostInfoDiskCache.cs (1)
261
var value = await
_configurationService
.GetConfigurationFromDirectoryAsync(DisableConfigKey, startDirectory, cancellationToken: cancellationToken).ConfigureAwait(false);