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