1 write to _features
aspire (1)
Commands\InitCommand.cs (1)
97
_features
= features;
2 references to _features
aspire (2)
Commands\InitCommand.cs (2)
141
if (
_features
.IsFeatureEnabled(KnownFeatures.PolyglotSupportEnabled, false))
166
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService,
_features
, _hostEnvironment, cancellationToken))