Exemple #1
0
 public bool HasAnnotations(SyntaxNodeOrToken nodeOrToken)
 {
     return(nodeOrToken.HasAnnotations(_annotationKind));
 }