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