5 references to _backchannelsDirectory
aspire (5)
Backchannel\AuxiliaryBackchannelMonitor.cs (5)
130
if (!Directory.Exists(
_backchannelsDirectory
))
132
Directory.CreateDirectory(
_backchannelsDirectory
);
142
using var fileProvider = new PhysicalFileProvider(
_backchannelsDirectory
);
191
Directory.Exists(
_backchannelsDirectory
)
192
? Directory.GetFiles(
_backchannelsDirectory
, "aux*.sock.*")