6 references to _backchannelsDirectory
aspire (6)
Backchannel\AuxiliaryBackchannelMonitor.cs (6)
78
Directory.CreateDirectory(
_backchannelsDirectory
);
84
using var fileProvider = new PhysicalFileProvider(
_backchannelsDirectory
);
255
Directory.CreateDirectory(
_backchannelsDirectory
);
262
using var fileProvider = new PhysicalFileProvider(
_backchannelsDirectory
);
584
if (Directory.Exists(
_backchannelsDirectory
))
586
foreach (var socketPath in Directory.GetFiles(
_backchannelsDirectory
))