5 references to InvokeOn
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (5)
445
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name.IsEmpty ? null : name.ToString()), handler);
458
InvokeOn
(new FileSystemEventArgs(changeType, _directory, name), handler);
467
InvokeOn
(e, _onChangedHandler);
475
InvokeOn
(e, _onCreatedHandler);
483
InvokeOn
(e, _onDeletedHandler);