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