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)
116
if (e.FullPath.Equals(
_filePath
, s_pathStringComparison))
121
re.OldFullPath.Equals(
_filePath
, s_pathStringComparison))