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)
448
var producerPath = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ProducerSockPurpose);
449
var consumerPath = TerminalHostPaths.
GetSocketPath
(trmnlDirectory, replicaId, TerminalHostPaths.ConsumerSockPurpose);
450
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)
573
var producerPath = TerminalHostPaths.
GetSocketPath
(
613
var producerPath = TerminalHostPaths.
GetSocketPath
(
639
var producerPath = TerminalHostPaths.
GetSocketPath
(
771
var producerPath = TerminalHostPaths.
GetSocketPath
(
797
var producerPath = TerminalHostPaths.
GetSocketPath
(
823
var producerPath = TerminalHostPaths.
GetSocketPath
(
852
var producerPath = TerminalHostPaths.
GetSocketPath
(
881
var producerPath = TerminalHostPaths.
GetSocketPath
(