1 write to _executionContext
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
82
_executionContext
= executionContext;
3 references to _executionContext
aspire (3)
Telemetry\InternalMicrosoftDetector.cs (3)
593
var copilotHome = Path.Combine(
_executionContext
.HomeDirectory.FullName, ".copilot");
772
_executionContext
.WorkingDirectory,
1063
var home =
_executionContext
.HomeDirectory.FullName;