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