1 write to _socketPath
Aspire.TerminalHost (1)
TerminalHostControlListener.cs (1)
43_socketPath = socketPath;
8 references to _socketPath
Aspire.TerminalHost (8)
TerminalHostControlListener.cs (8)
53var dir = Path.GetDirectoryName(_socketPath); 59if (File.Exists(_socketPath)) 63File.Delete(_socketPath); 74socket.Bind(new UnixDomainSocketEndPoint(_socketPath)); 86File.SetUnixFileMode(_socketPath, UnixFileMode.UserRead | UnixFileMode.UserWrite); 107try { File.Delete(_socketPath); } catch { } 112_logger.LogInformation("Control listener bound to '{Path}'.", _socketPath); 325File.Delete(_socketPath);