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