1 instantiation of RenamedEventArgs
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
416OnRenamed(new RenamedEventArgs(action, _directory, name.IsEmpty ? null : name.ToString(), oldName.IsEmpty ? null : oldName.ToString()));
9 references to RenamedEventArgs
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
73if (e is RenamedEventArgs re && RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) 124else if (e is RenamedEventArgs re && RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
269private void OnRenamed(object sender, RenamedEventArgs e)
netstandard (1)
netstandard.cs (1)
959[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventArgs))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
582[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventArgs))]
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (1)
517protected void OnRenamed(RenamedEventArgs e)
System\IO\RenamedEventArgs.cs (1)
15/// Initializes a new instance of the <see cref='System.IO.RenamedEventArgs'/> class.
System\IO\RenamedEventHandler.cs (1)
9public delegate void RenamedEventHandler(object sender, RenamedEventArgs e);
System.Runtime.Caching (1)
System\Runtime\Caching\FileChangeNotificationSystem.cs (1)
68private void OnRenamed(object sender, RenamedEventArgs e)