11 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 (7)
PhysicalFilesWatcher.cs (7)
308
OnFileSystemEntryChange(e.
FullPath
);
310
if (Directory.Exists(e.
FullPath
))
317
Directory.EnumerateFileSystemEntries(e.
FullPath
, "*", SearchOption.AllDirectories))
320
string oldLocation = Path.Combine(e.OldFullPath, newLocation.Substring(e.
FullPath
.Length + 1));
339
OnFileSystemEntryChange(e.
FullPath
);
905
if (!Directory.Exists(e.
FullPath
))
913
string createdPath = e.
FullPath
;