3 implementations of SocketPath
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
76
public string
SocketPath
=> Socket.SocketPath;
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
673
public string
SocketPath
=> _inner.SocketPath;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
28
public string
SocketPath
1 reference to SocketPath
aspire (1)
Backchannel\OrphanedAppHostCollector.cs (1)
81
logger.LogDebug(ex, "Error while collecting orphaned AppHost at {SocketPath}.", connection.
SocketPath
);