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