5 references to OldFullPath
dotnet-watch (3)
FileWatcher\EventBasedDirectoryWatcher.cs (3)
61
Logger?.Invoke($"[FW] Renamed '{e.
OldFullPath
}' to '{e.FullPath}'.");
68
var oldLocation = Path.Combine(e.
OldFullPath
, newLocation.Substring(e.FullPath.Length + 1));
75
NotifyChange(e.
OldFullPath
, ChangeKind.Delete);
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
280
OnFileSystemEntryChange(e.
OldFullPath
);
293
string oldLocation = Path.Combine(e.
OldFullPath
, newLocation.Substring(e.FullPath.Length + 1));