2 instantiations of ConflictLocationInfo
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (2)
166.Select(loc => new ConflictLocationInfo(loc)) 180.Select(loc => new ConflictLocationInfo(loc)))
3 references to ConflictLocationInfo
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
117var conflictLocations = ImmutableHashSet<ConflictLocationInfo>.Empty; 307ImmutableHashSet<ConflictLocationInfo> conflictLocations) 776ISet<ConflictLocationInfo> conflictLocations,