2 references to HasAnnotations
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNode.cs (1)
1318.Where(tr => tr.HasAnnotations(annotationKind));
Syntax\SyntaxTrivia.cs (1)
359if (this.HasAnnotations(annotationKind))