11 references to Created
Microsoft.DotNet.HotReload.Watch (2)
FileWatcher\EventBasedDirectoryWatcher.cs (2)
157
_fileSystemWatcher.
Created
+= WatcherAddedHandler;
173
_fileSystemWatcher.
Created
-= WatcherAddedHandler;
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
131
_fileWatcher.
Created
+= OnChanged;
916
newWatcher.
Created
+= OnCreated;
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)
471
/// Raises the <see cref='System.IO.FileSystemWatcher.
Created
'/> event.
554
Created
+= fseh;
601
Created
-= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
126
dirMon.Fsw.
Created
+= target.ChangedHandler;
154
dirMon.Fsw.
Created
-= target.ChangedHandler;