5 references to c_INotifyEventSize
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
286
Debug.Assert(_buffer != null && _buffer.Length > (
c_INotifyEventSize
+ NAME_MAX + 1));
820
Debug.Assert(_bufferAvailable >=
c_INotifyEventSize
);
832
Debug.Assert(_bufferPos +
c_INotifyEventSize
<= _bufferAvailable);
838
readEvent.name = ReadName(_bufferPos +
c_INotifyEventSize
, nameLength); // +16 to get past wd, mask, cookie, len
839
_bufferPos +=
c_INotifyEventSize
+ nameLength;