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