1 type derived from FileWatcher
dotnet-watch.Tests (1)
FileWatcher\FileWatcherTests.cs (1)
75: FileWatcher(logger, TestOptions.GetEnvironmentOptions())
3 instantiations of FileWatcher
dotnet-watch (1)
Watch\DotNetWatcher.cs (1)
91using var fileSetWatcher = new FileWatcher(context.Logger, context.EnvironmentOptions);
Microsoft.DotNet.HotReload.Watch (2)
FileWatcher\FileWatcher.cs (1)
210using var watcher = new FileWatcher(logger, environmentOptions);
HotReload\HotReloadDotNetWatcher.cs (1)
68using var fileWatcher = new FileWatcher(_context.Logger, _context.EnvironmentOptions);
7 references to FileWatcher
dotnet-watch (2)
Watch\BuildEvaluator.cs (1)
103await FileWatcher.WaitForFileChangeAsync(
Watch\DotNetWatcher.cs (1)
91using var fileSetWatcher = new FileWatcher(context.Logger, context.EnvironmentOptions);
Microsoft.DotNet.HotReload.Watch (5)
Build\EvaluationResult.cs (1)
29public void WatchFiles(FileWatcher fileWatcher)
FileWatcher\FileWatcher.cs (1)
210using var watcher = new FileWatcher(logger, environmentOptions);
HotReload\HotReloadDotNetWatcher.cs (3)
68using var fileWatcher = new FileWatcher(_context.Logger, _context.EnvironmentOptions); 629private async ValueTask WaitForFileChangeBeforeRestarting(FileWatcher fileWatcher, EvaluationResult? evaluationResult, CancellationToken cancellationToken) 848await FileWatcher.WaitForFileChangeAsync(