[FileSystemWatcher] Properly handle multicast delegates.
authorAlexis Christoforides <alexis@thenull.net>
Mon, 15 Dec 2014 15:38:37 +0000 (10:38 -0500)
committerAlexis Christoforides <alexis@thenull.net>
Mon, 15 Dec 2014 16:05:19 +0000 (11:05 -0500)
commite79dc945a5bc1b552ac5438b1a86bf81d5dcc936
tree8bb1c9af3419e1f0dfc52badc689da2acdc394f0
parent25bcda516ba9e7fe451f4581cf86e5aed1e2654c
[FileSystemWatcher] Properly handle multicast delegates.
Reverted the async delegate firing which is how Caching et al. expect FSW events; and properly handle the multicast case.

Also fixing a typo/regression in @2f1a136583c90cae805441e63b94bc4f277bb953
mcs/class/System/System.IO/FileSystemWatcher.cs
mcs/class/System/System.IO/KeventWatcher.cs