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