2 references to FilePathComparer
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.cs (1)
61private ImmutableDictionary<string, ImmutableArray<DocumentId>> _lazyFilePathToRelatedDocumentIds = ImmutableDictionary<string, ImmutableArray<DocumentId>>.Empty.WithComparers(FilePathComparer);
Workspace\Solution\TextDocumentStates.cs (1)
358var result = new Dictionary<string, OneOrMany<DocumentId>>(SolutionState.FilePathComparer);