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