6 references to NotifyFileSystemEventArgs
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
633
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Deleted, previousEventName);
667
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Created, expandedName);
677
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Deleted, expandedName);
684
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Changed, expandedName);
711
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Deleted, expandedName);
732
watcher.
NotifyFileSystemEventArgs
(WatcherChangeTypes.Created, expandedName);