9 references to FullPath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
95
shouldRaiseForNewPath = ShouldRaiseForPath_NoLock(e.
FullPath
);
102
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
;