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