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