12 references to Deleted
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (3)
54watcher.Deleted += RaiseEvent; 112_watcher.Deleted += _context.RaiseEvent; 129_watcher.Deleted -= _context.RaiseEvent;
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
99_fileWatcher.Deleted += OnChanged;
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
75_vsFeedbackSemaphoreFileWatcher.Deleted += (_, _) => OnFeedbackSemaphoreDeleted();
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)
9/// <see cref='System.IO.FileSystemWatcher.Deleted'/> event of
System\IO\FileSystemWatcher.cs (3)
491/// Raises the <see cref='System.IO.FileSystemWatcher.Deleted'/> event. 568Deleted += fseh; 611Deleted -= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
137dirMon.Fsw.Deleted += target.ChangedHandler; 171dirMon.Fsw.Deleted -= target.ChangedHandler;