6 references to FullPath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
83FileChanged?.Invoke(this, e.FullPath);
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
281OnFileSystemEntryChange(e.FullPath); 283if (Directory.Exists(e.FullPath)) 290Directory.EnumerateFileSystemEntries(e.FullPath, "*", SearchOption.AllDirectories)) 293string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.FullPath.Length + 1)); 316OnFileSystemEntryChange(e.FullPath);