9 references to FullPath
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (4)
67if (WatchedDirectory.FilePathCoveredByWatchedDirectories(_watchedDirectories, e.FullPath, s_pathStringComparison)) 69FileChanged?.Invoke(this, e.FullPath); 120if (e.FullPath.Equals(_filePath, s_pathStringComparison)) 122_context.FileChanged?.Invoke(this, e.FullPath);
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFilesWatcher.cs (5)
273OnFileSystemEntryChange(e.FullPath); 275if (Directory.Exists(e.FullPath)) 282Directory.EnumerateFileSystemEntries(e.FullPath, "*", SearchOption.AllDirectories)) 285string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.FullPath.Length + 1)); 308OnFileSystemEntryChange(e.FullPath);