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