12 references to Created
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (3)
53
watcher.
Created
+= RaiseEvent;
111
_watcher.
Created
+= _context.RaiseEvent;
128
_watcher.
Created
-= _context.RaiseEvent;
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
96
_fileWatcher.
Created
+= OnChanged;
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
73
_vsFeedbackSemaphoreFileWatcher.
Created
+= (_, _) => 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)
8
/// <see cref='System.IO.FileSystemWatcher.
Created
'/>, or
System\IO\FileSystemWatcher.cs (3)
469
/// Raises the <see cref='System.IO.FileSystemWatcher.
Created
'/> event.
552
Created
+= fseh;
599
Created
-= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
130
dirMon.Fsw.
Created
+= target.ChangedHandler;
158
dirMon.Fsw.
Created
-= target.ChangedHandler;