4 references to INotifyEventSize
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.Linux.cs (4)
880
Debug.Assert(_bufferAvailable >=
INotifyEventSize
);
892
Debug.Assert(_bufferPos +
INotifyEventSize
<= _bufferAvailable);
898
readEvent.name = ReadName(_bufferPos +
INotifyEventSize
, nameLength); // +16 to get past wd, mask, cookie, len
899
_bufferPos +=
INotifyEventSize
+ nameLength;