12 references to Deleted
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (3)
54
watcher.
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.
568
Deleted
+= fseh;
611
Deleted
-= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
137
dirMon.Fsw.
Deleted
+= target.ChangedHandler;
171
dirMon.Fsw.
Deleted
-= target.ChangedHandler;