4 references to s_pathStringComparison
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (4)
67if (WatchedDirectory.FilePathCoveredByWatchedDirectories(_watchedDirectories, e.FullPath, s_pathStringComparison)) 81if (WatchedDirectory.FilePathCoveredByWatchedDirectories(_watchedDirectories, filePath, s_pathStringComparison)) 120if (e.FullPath.Equals(_filePath, s_pathStringComparison)) 125re.OldFullPath.Equals(_filePath, s_pathStringComparison))