9 references to FullPath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
95shouldRaiseForNewPath = ShouldRaiseForPath_NoLock(e.FullPath); 102FileChanged?.Invoke(this, e.FullPath);
Microsoft.Extensions.FileProviders.Physical (7)
PhysicalFilesWatcher.cs (7)
308OnFileSystemEntryChange(e.FullPath); 310if (Directory.Exists(e.FullPath)) 317Directory.EnumerateFileSystemEntries(e.FullPath, "*", SearchOption.AllDirectories)) 320string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.FullPath.Length + 1)); 339OnFileSystemEntryChange(e.FullPath); 905if (!Directory.Exists(e.FullPath)) 913string createdPath = e.FullPath;