5 references to InvokeOn
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (5)
448
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name.IsEmpty ? null : name.ToString()), handler);
461
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name), handler);
470
InvokeOn
(e, _onChangedHandler);
478
InvokeOn
(e, _onCreatedHandler);
486
InvokeOn
(e, _onDeletedHandler);