10 references to Created
Microsoft.Build.CommandLine.UnitTests (2)
MSBuildServer_Tests.cs (2)
114watcher.Created += (o, e) => 196watcher.Created += (o, e) =>
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
100_fileWatcher.Created += OnChanged;
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)
483/// Raises the <see cref='System.IO.FileSystemWatcher.Created'/> event. 566Created += fseh; 613Created -= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
136dirMon.Fsw.Created += target.ChangedHandler; 170dirMon.Fsw.Created -= target.ChangedHandler;