3 references to UnresolvedConflict
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
192
.Where(l => (l.Type & RelatedLocationType.
UnresolvedConflict
) != 0)
230
conflictResolution.RelatedLocations[i] = relatedLocation.WithType(RelatedLocationType.
UnresolvedConflict
);
332
annotation.OriginalSpan, documentId, RelatedLocationType.
UnresolvedConflict
));