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