10 references to Comparer
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.MoveFileCodeAction.cs (2)
93
.ToImmutableDictionary(t => t.foldername, t => t.index, PathUtilities.
Comparer
);
116
if (builder.All(folders => !folders.SequenceEqual(defaultPathBasedOnCurrentFolder, PathUtilities.
Comparer
)))
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DocumentAnalysisScope.cs (1)
59
return TextDocument.Project.AnalyzerOptions.AdditionalFiles.First(a => PathUtilities.
Comparer
.Equals(a.Path, filePath));
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
95
_pathToDiscoveredProjectInfosMap = new Dictionary<string, ImmutableArray<ProjectInfo>>(PathUtilities.
Comparer
);
125
var processedPaths = new HashSet<string>(PathUtilities.
Comparer
);
474
var paths = new HashSet<string>(PathUtilities.
Comparer
);
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
69
var builder = ImmutableDictionary.CreateBuilder<string, HashSet<int>>(PathUtilities.
Comparer
);
MSBuild\ProjectMap.cs (3)
44
_projectPathToProjectIdsMap = new Dictionary<string, HashSet<ProjectId>>(PathUtilities.
Comparer
);
45
_projectPathToProjectInfosMap = new Dictionary<string, ImmutableArray<ProjectInfo>>(PathUtilities.
Comparer
);
174
if (PathUtilities.
Comparer
.Equals(p, path))