5 references to InvokeOn
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (5)
443
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name.IsEmpty ? null : name.ToString()), handler);
456
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name), handler);
465
InvokeOn
(e, _onChangedHandler);
473
InvokeOn
(e, _onCreatedHandler);
481
InvokeOn
(e, _onDeletedHandler);