13 references to Changed
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (3)
52watcher.Changed += RaiseEvent; 110_watcher.Changed += _context.RaiseEvent; 127_watcher.Changed -= _context.RaiseEvent;
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
97_fileWatcher.Changed += OnChanged;
Microsoft.Extensions.ML (1)
ModelLoaders\FileModelLoader.cs (1)
60_watcher.Changed += WatcherChanged;
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
74_vsFeedbackSemaphoreFileWatcher.Changed += (_, _) => OnFeedbackSemaphoreCreatedOrChanged();
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;