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