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