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