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