4 references to HasAnnotations
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.cs (1)
1211
return this.Green.
HasAnnotations
(annotationKind);
Syntax\SyntaxNodeOrToken.cs (1)
530
return _token.
HasAnnotations
(annotationKind);
Syntax\SyntaxToken.cs (1)
246
return Node?.
HasAnnotations
(annotationKind) ?? false;
Syntax\SyntaxTrivia.cs (1)
155
return UnderlyingNode?.
HasAnnotations
(annotationKind) ?? false;