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