8 references to NotifyChange
dotnet-watch (8)
FileWatcher\EventBasedDirectoryWatcher.cs (7)
69NotifyChange(oldLocation, ChangeKind.Delete); 70NotifyChange(newLocation, ChangeKind.Add); 75NotifyChange(e.OldFullPath, ChangeKind.Delete); 76NotifyChange(e.FullPath, ChangeKind.Add); 97NotifyChange(e.FullPath, ChangeKind.Delete); 117NotifyChange(e.FullPath, ChangeKind.Update); 136NotifyChange(e.FullPath, ChangeKind.Add);
FileWatcher\PollingDirectoryWatcher.cs (1)
188NotifyChange(path, kind);