4 references to _socketDirectories
aspire (4)
Backchannel\AuxiliaryBackchannelMonitor.cs (4)
84
WatchConnectionChangesAsync(fileProvider,
_socketDirectories
[index].SearchPattern, cancellationToken))).ConfigureAwait(false);
282
RunFileWatcherLoopAsync(fileProvider,
_socketDirectories
[index].SearchPattern, stoppingToken))).ConfigureAwait(false);
327
var fileProviders = new List<PhysicalFileProvider>(
_socketDirectories
.Count);
330
foreach (var socketDirectory in
_socketDirectories
)