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)
204
conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid,
_renameAnnotations
, this.RenameOptions, _cancellationToken).ConfigureAwait(false));
206
intermediateSolution, documentsByProject,
_renameAnnotations
, _cancellationToken).ConfigureAwait(false);
382
var hasConflict =
_renameAnnotations
.HasAnnotation(tokenOrNode, RenameInvalidIdentifierAnnotation.Instance);
512
var annotation =
_renameAnnotations
.GetAnnotations<RenameActionAnnotation>(nodeOrToken).FirstOrDefault();
845
_renameAnnotations
,