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)
129if (_socketPath is not null && File.Exists(_socketPath)) 133File.Delete(_socketPath); 134logger.LogDebug("Deleted backchannel socket file: {SocketPath}", _socketPath);