1 write to cookie
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
836
readEvent.
cookie
= BitConverter.ToUInt32(_buffer, _bufferPos + 8); // +8 to get past wd, mask
2 references to cookie
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
610
if (!previousEventName.IsEmpty && ((mask & (uint)Interop.Sys.NotifyEvents.IN_MOVED_TO) == 0 || previousEventCookie != nextEvent.
cookie
))
719
previousEventCookie = nextEvent.
cookie
;