2 writes to Type
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
946Type = type; 955Type = ErrorType;
3 references to Type
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
1133switch (@event.Type) 1154fsw.NotifyFileSystemEventArgs(@event.Type, name); 1213Debug.Assert(ev.Type != WatcherEvent.ErrorType);