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