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