1 write to _executionContext
aspire (1)
Agents\Hooks\TelemetryHookConfigurator.cs (1)
50
_executionContext
= executionContext;
2 references to _executionContext
aspire (2)
Agents\Hooks\TelemetryHookConfigurator.cs (2)
166
var claudeDirectory = Path.Combine(
_executionContext
.HomeDirectory.FullName, ClaudeFolderName);
311
var configDirectory = CopilotPaths.GetConfigDirectory(
_executionContext
.HomeDirectory, _environment);