2 instantiations of AnnotationTable
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
70_renameAnnotations = new AnnotationTable<RenameAnnotation>(RenameAnnotation.Kind);
SyntaxNodeExtensions.cs (1)
424var retryAnnotations = new AnnotationTable<object>("RetryReplace");
8 references to AnnotationTable
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
73private readonly AnnotationTable<RenameAnnotation> _renameAnnotations;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
61Private ReadOnly _renameAnnotations As AnnotationTable(Of RenameAnnotation)
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
46private readonly AnnotationTable<RenameAnnotation> _renameAnnotations;
Rename\ConflictEngine\MutableConflictResolution.cs (1)
78AnnotationTable<RenameAnnotation> annotationSet,
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
153internal async Task<Solution> SimplifyAsync(Solution solution, IEnumerable<DocumentId> documentIds, bool replacementTextValid, AnnotationTable<RenameAnnotation> renameAnnotations, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken)
Rename\RenameRewriterParameters.cs (2)
34internal readonly AnnotationTable<RenameAnnotation> RenameAnnotations; 53AnnotationTable<RenameAnnotation> renameAnnotations,
SyntaxNodeExtensions.cs (1)
424var retryAnnotations = new AnnotationTable<object>("RetryReplace");