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