4 references to HasAnnotations
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.cs (1)
1212
return this.Green.
HasAnnotations
(annotationKind);
Syntax\SyntaxNodeOrToken.cs (1)
531
return _token.
HasAnnotations
(annotationKind);
Syntax\SyntaxToken.cs (1)
247
return Node?.
HasAnnotations
(annotationKind) ?? false;
Syntax\SyntaxTrivia.cs (1)
156
return UnderlyingNode?.
HasAnnotations
(annotationKind) ?? false;