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