4 references to IN_CREATE
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.Linux.cs (4)
173
Interop.Sys.NotifyEvents.
IN_CREATE
|
656
const Interop.Sys.NotifyEvents AddMaskFilters = Interop.Sys.NotifyEvents.
IN_CREATE
| Interop.Sys.NotifyEvents.IN_MOVED_TO;
665
const Interop.Sys.NotifyEvents fileDirEvents = Interop.Sys.NotifyEvents.
IN_CREATE
|
680
case Interop.Sys.NotifyEvents.
IN_CREATE
: