2 writes to SocketPath
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
44SocketPath = socketPath; 61SocketPath = socketPath;
3 references to SocketPath
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (3)
121_logger?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath); 125var endpoint = new UnixDomainSocketEndPoint(SocketPath); 134_logger?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath);