1 write to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
69_renameAnnotations = new AnnotationTable<RenameAnnotation>(RenameAnnotation.Kind);
5 references to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (5)
Rename\ConflictEngine\ConflictResolver.Session.cs (5)
206conflictResolution.UpdateCurrentSolution(await renamedSpansTracker.SimplifyAsync(conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid, _renameAnnotations, _cancellationToken).ConfigureAwait(false)); 208intermediateSolution, documentsByProject, _renameAnnotations, _cancellationToken).ConfigureAwait(false); 376var hasConflict = _renameAnnotations.HasAnnotation(tokenOrNode, RenameInvalidIdentifierAnnotation.Instance); 507var annotation = _renameAnnotations.GetAnnotations<RenameActionAnnotation>(nodeOrToken).FirstOrDefault(); 833_renameAnnotations,