5 references to _backchannelsDirectory
aspire (5)
Backchannel\AuxiliaryBackchannelMonitor.cs (5)
154
if (!Directory.Exists(
_backchannelsDirectory
))
156
Directory.CreateDirectory(
_backchannelsDirectory
);
163
using var fileProvider = new PhysicalFileProvider(
_backchannelsDirectory
);
212
Directory.Exists(
_backchannelsDirectory
)
213
? Directory.GetFiles(
_backchannelsDirectory
, "aux*.sock.*")