4 references to s_pathStringComparison
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (4)
63
if (WatchedDirectory.FilePathCoveredByWatchedDirectories(_watchedDirectories, e.FullPath,
s_pathStringComparison
))
77
if (WatchedDirectory.FilePathCoveredByWatchedDirectories(_watchedDirectories, filePath,
s_pathStringComparison
))
116
if (e.FullPath.Equals(_filePath,
s_pathStringComparison
))
121
re.OldFullPath.Equals(_filePath,
s_pathStringComparison
))