6 references to GetBackchannelsDirectory
Aspire.Hosting (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);