14 references to Created
Microsoft.Build.CommandLine.UnitTests (2)
MSBuildServer_Tests.cs (2)
112watcher.Created += (o, e) => 197watcher.Created += (o, e) =>
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
46watcher.Target.Value.Created += eventRaiser.RaiseEvent; 54watcher.Target.Value.Created -= eventRaiser.RaiseEvent;
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
118_fileWatcher.Created += OnChanged; 843newWatcher.Created += OnCreated;
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
70_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)
471/// Raises the <see cref='System.IO.FileSystemWatcher.Created'/> event. 554Created += fseh; 601Created -= fseh;
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
126dirMon.Fsw.Created += target.ChangedHandler; 154dirMon.Fsw.Created -= target.ChangedHandler;