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