4 references to OldFullPath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
98
shouldRaiseForOldPath = ShouldRaiseForPath_NoLock(renamedEventArgs.
OldFullPath
);
105
FileChanged?.Invoke(this, ((RenamedEventArgs)e).
OldFullPath
);
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
307
OnFileSystemEntryChange(e.
OldFullPath
);
320
string oldLocation = Path.Combine(e.
OldFullPath
, newLocation.Substring(e.FullPath.Length + 1));