6 references to AnnotationTable
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
45private readonly AnnotationTable<RenameAnnotation> _renameAnnotations;
Rename\ConflictEngine\MutableConflictResolution.cs (1)
66AnnotationTable<RenameAnnotation> annotationSet,
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
146internal async Task<Solution> SimplifyAsync(Solution solution, IEnumerable<DocumentId> documentIds, bool replacementTextValid, AnnotationTable<RenameAnnotation> renameAnnotations, CancellationToken cancellationToken)
Rename\RenameRewriterParameters.cs (2)
30AnnotationTable<RenameAnnotation> renameAnnotations, 51internal readonly AnnotationTable<RenameAnnotation> RenameAnnotations = renameAnnotations;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
407var retryAnnotations = new AnnotationTable<object>("RetryReplace");