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