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