19 references to GetSocketPath
Aspire.Hosting (9)
Lifecycle\TerminalHostOrphanCleanupService.cs (6)
161
TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ProducerSockPurpose),
162
TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ConsumerSockPurpose),
163
TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ControlSockPurpose),
481
=> File.Exists(TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ProducerSockPurpose))
482
|| File.Exists(TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ConsumerSockPurpose))
483
|| File.Exists(TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ControlSockPurpose));
TerminalResourceBuilderExtensions.cs (3)
433
var producerPath = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ProducerSockPurpose);
434
var consumerPath = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ConsumerSockPurpose);
435
var controlPath = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ControlSockPurpose);
Aspire.Hosting.Tests (10)
TerminalHostPathsTests.cs (2)
36
var control = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, id, TerminalHostPaths.ControlSockPurpose);
69
var control = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, id, TerminalHostPaths.ControlSockPurpose);
WithTerminalTests.cs (8)
622
var producerPath = TerminalHostPaths.
GetSocketPath
(
662
var producerPath = TerminalHostPaths.
GetSocketPath
(
688
var producerPath = TerminalHostPaths.
GetSocketPath
(
820
var producerPath = TerminalHostPaths.
GetSocketPath
(
846
var producerPath = TerminalHostPaths.
GetSocketPath
(
872
var producerPath = TerminalHostPaths.
GetSocketPath
(
901
var producerPath = TerminalHostPaths.
GetSocketPath
(
930
var producerPath = TerminalHostPaths.
GetSocketPath
(