3 references to GetAnnotations
Microsoft.CodeAnalysis.CodeStyle (3)
AnnotationTable.cs (2)
129=> this.GetAnnotations(node).OfType<TSpecificAnnotation>(); 153=> this.GetAnnotations(node).OfType<TSpecificAnnotation>().Any();
SyntaxNodeExtensions.cs (1)
458var original = (SyntaxNode?)retryAnnotations.GetAnnotations(currentNode).SingleOrDefault() ?? currentNode;