8 references to Changed
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
101_fileWatcher.Changed += OnChanged;
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemEventArgs.cs (1)
7/// Provides data for the directory events: <see cref='System.IO.FileSystemWatcher.Changed'/>, <see cref='System.IO.FileSystemWatcher.Created'/>, <see cref='System.IO.FileSystemWatcher.Deleted'/>.
System\IO\FileSystemEventHandler.cs (1)
7/// Represents the method that will handle the <see cref='System.IO.FileSystemWatcher.Changed'/>,
System\IO\FileSystemWatcher.cs (3)
475/// Raises the <see cref='System.IO.FileSystemWatcher.Changed'/> event. 570Changed += fseh; 609Changed -= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
135dirMon.Fsw.Changed += target.ChangedHandler; 169dirMon.Fsw.Changed -= target.ChangedHandler;