2 writes to SocketPath
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
41SocketPath = socketPath; 58SocketPath = socketPath;
3 references to SocketPath
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (3)
118_logger?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath); 122var endpoint = new UnixDomainSocketEndPoint(SocketPath); 131_logger?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath);