1 write to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
70_renameAnnotations = new AnnotationTable<RenameAnnotation>(RenameAnnotation.Kind);
6 references to _renameAnnotations
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (6)
205conflictResolution.UpdateCurrentSolution(await renamedSpansTracker.SimplifyAsync(conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid, _renameAnnotations, FallbackOptions, _cancellationToken).ConfigureAwait(false)); 207intermediateSolution, documentsByProject, _renameAnnotations, _cancellationToken).ConfigureAwait(false); 373var hasConflict = _renameAnnotations.HasAnnotation(tokenOrNode, RenameInvalidIdentifierAnnotation.Instance); 503.Where(_renameAnnotations.HasAnnotations<RenameActionAnnotation>) 504.Select(s => (s, _renameAnnotations.GetAnnotations<RenameActionAnnotation>(s).Single())); 826_renameAnnotations,