2 references to WatchForChangesAsync
aspire (2)
Backchannel\AuxiliaryBackchannelMonitor.cs (2)
122await foreach (var _ in WatchForChangesAsync(fileProvider, watchPattern, cancellationToken).ConfigureAwait(false)) 617await foreach (var changed in WatchForChangesAsync(fileProvider, watchPattern, cancellationToken))