4 references to UnresolvedConflict
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\IEditorInlineRenameService.cs (1)
93
case RelatedLocationType.
UnresolvedConflict
:
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
189
.Where(l => (l.Type & RelatedLocationType.
UnresolvedConflict
) != 0)
231
conflictResolution.RelatedLocations[i] = relatedLocation.WithType(RelatedLocationType.
UnresolvedConflict
);
336
annotation.OriginalSpan, documentId, RelatedLocationType.
UnresolvedConflict
));