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