3 references to WatchAsync
dotnet-watch (1)
Program.cs (1)
185
await watcher.
WatchAsync
(shutdownHandler.CancellationToken);
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
128
await watcher.
WatchAsync
(shutdownSource.Token);
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
70
await watcher.
WatchAsync
(shutdownHandler.CancellationToken);