6 references to NotifyFileSystemEventArgs
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
647watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Deleted, previousEventName); 681watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Created, expandedName); 691watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Deleted, expandedName); 698watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Changed, expandedName); 725watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Deleted, expandedName); 746watcher.NotifyFileSystemEventArgs(WatcherChangeTypes.Created, expandedName);