4 references to GetAnnotations
Microsoft.CodeAnalysis.Workspaces (4)
AnnotationTable.cs (2)
129
=> this.
GetAnnotations
(node).OfType<TSpecificAnnotation>();
153
=> this.
GetAnnotations
(node).OfType<TSpecificAnnotation>().Any();
Rename\ConflictEngine\MutableConflictResolution.cs (1)
92
computeReplacementNode: (original, updated) => annotationSet.WithoutAnnotations(updated, annotationSet.
GetAnnotations
(updated).ToArray()),
SyntaxNodeExtensions.cs (1)
458
var original = (SyntaxNode?)retryAnnotations.
GetAnnotations
(currentNode).SingleOrDefault() ?? currentNode;