1 write to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
68_renameAnnotations = new AnnotationTable<RenameAnnotation>(RenameAnnotation.Kind);
5 references to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (5)
Rename\ConflictEngine\ConflictResolver.Session.cs (5)
204conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid, _renameAnnotations, this.RenameOptions, _cancellationToken).ConfigureAwait(false)); 206intermediateSolution, documentsByProject, _renameAnnotations, _cancellationToken).ConfigureAwait(false); 382var hasConflict = _renameAnnotations.HasAnnotation(tokenOrNode, RenameInvalidIdentifierAnnotation.Instance); 512var annotation = _renameAnnotations.GetAnnotations<RenameActionAnnotation>(nodeOrToken).FirstOrDefault(); 845_renameAnnotations,