2 implementations of SocketPath
aspire (1)
Projects\AppHostServerSession.cs (1)
103public string? SocketPath => _socketPath;
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
35public string? SocketPath { get; } = "fake.sock";
2 references to SocketPath
aspire (2)
Projects\GuestAppHostProject.cs (2)
542var socketPath = serverSession.SocketPath!; 1181var jsonRpcSocketPath = serverSession.SocketPath!;