1 write to _executionContext
aspire (1)
Agents\Hooks\TelemetryHookConfigurator.cs (1)
51
_executionContext
= executionContext;
2 references to _executionContext
aspire (2)
Agents\Hooks\TelemetryHookConfigurator.cs (2)
155
var claudeDirectory = Path.Combine(
_executionContext
.HomeDirectory.FullName, ClaudeFolderName);
306
return Path.Combine(
_executionContext
.HomeDirectory.FullName, CopilotFolderName, CopilotHooksDirectoryName);