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