1 write to _filePath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (1)
112_filePath = filePath;
2 references to _filePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
120if (e.FullPath.Equals(_filePath, s_pathStringComparison)) 125re.OldFullPath.Equals(_filePath, s_pathStringComparison))