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