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