1 write to mask
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
886readEvent.mask = BitConverter.ToUInt32(_buffer, _bufferPos + 4); // +4 to get past wd
1 reference to mask
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
532Interop.Sys.NotifyEvents mask = (Interop.Sys.NotifyEvents)nextEvent.mask;