1 write to _socketPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
102
_socketPath
= socketPath;
2 references to _socketPath
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
1453
return new AppHostServerRunResult(
_socketPath
, outputCollector, execution);
1488
startInfo.Environment["REMOTE_APP_HOST_SOCKET_PATH"] =
_socketPath
;