1 write to _socketPath
Aspire.Hosting (1)
Backchannel\BackchannelService.cs (1)
46
_socketPath
= unixSocketPath;
4 references to _socketPath
Aspire.Hosting (4)
Backchannel\BackchannelService.cs (4)
129
if (
_socketPath
is not null && File.Exists(
_socketPath
))
133
File.Delete(
_socketPath
);
134
logger.LogDebug("Deleted backchannel socket file: {SocketPath}",
_socketPath
);