14 references to Created
Microsoft.Build.CommandLine.UnitTests (2)
MSBuildServer_Tests.cs (2)
114watcher.Created += (o, e) => 196watcher.Created += (o, e) =>
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (3)
53watcher.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)
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;