5 references to OldFullPath
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (3)
74FileChanged?.Invoke(this, re.OldFullPath); 125re.OldFullPath.Equals(_filePath, s_pathStringComparison)) 129_context.FileChanged?.Invoke(this, re.OldFullPath);
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
272OnFileSystemEntryChange(e.OldFullPath); 285string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.FullPath.Length + 1));