7 references to GetBackchannelsDirectory
aspire (6)
src\Shared\AppHostSocketManager.cs (2)
63var backchannelsDirectory = BackchannelConstants.GetBackchannelsDirectory(homeDirectory); 136new AppHostSocketDirectory(BackchannelConstants.GetBackchannelsDirectory(homeDirectory), "*"),
src\Shared\BackchannelConstants.cs (4)
256var dir = GetBackchannelsDirectory(homeDirectory); 274var dir = GetBackchannelsDirectory(homeDirectory); 312var dir = GetBackchannelsDirectory(homeDirectory); 332var compactDir = GetBackchannelsDirectory(homeDirectory);
Aspire.Cli.Tests (1)
Backchannel\AuxiliaryBackchannelMonitorTests.cs (1)
286var backchannelsDirectory = BackchannelConstants.GetBackchannelsDirectory(homeDirectory.FullName);