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