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