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