1 instantiation of RenamedEventArgs
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
428OnRenamed(new RenamedEventArgs(action, _directory, name.IsEmpty ? null : name.ToString(), oldName.IsEmpty ? null : oldName.ToString()));
7 references to RenamedEventArgs
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
282private 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)
529protected 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)