2 instantiations of AnnotationTable
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
68
_renameAnnotations = new
AnnotationTable
<RenameAnnotation>(RenameAnnotation.Kind);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
407
var retryAnnotations = new
AnnotationTable
<object>("RetryReplace");
7 references to AnnotationTable
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
71
private readonly
AnnotationTable
<RenameAnnotation> _renameAnnotations;
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
44
private readonly
AnnotationTable
<RenameAnnotation> _renameAnnotations;
Rename\ConflictEngine\MutableConflictResolution.cs (1)
68
AnnotationTable
<RenameAnnotation> annotationSet,
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
150
AnnotationTable
<RenameAnnotation> renameAnnotations,
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");