1 write to _hostEnvironment
aspire (1)
Commands\InitCommand.cs (1)
104
_hostEnvironment
= hostEnvironment;
2 references to _hostEnvironment
aspire (2)
Commands\InitCommand.cs (2)
150
return await _agentInitCommand.PromptAndChainAsync(
_hostEnvironment
, InteractionService, polyglotResult, _executionContext.WorkingDirectory, cancellationToken);
184
return await _agentInitCommand.PromptAndChainAsync(
_hostEnvironment
, InteractionService, initResult, workspaceRoot, cancellationToken);