3 references to RelatedLocations
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\MutableConflictResolution.cs (3)
147
this.
RelatedLocations
.Select(l => l.DocumentId)).Distinct().ToImmutableArray();
149
var relatedLocations = this.
RelatedLocations
.ToImmutableArray();
153
var documentToRelatedLocationsMap = this.
RelatedLocations
.GroupBy(loc => loc.DocumentId).ToImmutableDictionary(