2 instantiations of ConflictLocationInfo
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (2)
161
.Select(loc => new
ConflictLocationInfo
(loc))];
177
.Select(loc => new
ConflictLocationInfo
(loc)),
3 references to ConflictLocationInfo
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
112
var conflictLocations = ImmutableHashSet<
ConflictLocationInfo
>.Empty;
311
ImmutableHashSet<
ConflictLocationInfo
> conflictLocations)
761
ISet<
ConflictLocationInfo
> conflictLocations,