5 references to FullPath
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
286OnFileSystemEntryChange(e.FullPath); 288if (Directory.Exists(e.FullPath)) 295Directory.EnumerateFileSystemEntries(e.FullPath, "*", SearchOption.AllDirectories)) 298string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.FullPath.Length + 1)); 320OnFileSystemEntryChange(e.FullPath);