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