3 references to WaitForFileChangeAsync
dotnet-watch (3)
HotReload\HotReloadDotNetWatcher.cs (1)
645
_ = await fileWatcher.
WaitForFileChangeAsync
(
Watch\DotNetWatcher.cs (2)
104
fileSetTask = fileSetWatcher.
WaitForFileChangeAsync
(evaluationResult.Files, startedWatching: null, combinedCancellationSource.Token);
136
changedFile = await fileSetWatcher.
WaitForFileChangeAsync
(