Example #1
0
 public bool HasAnnotations(SyntaxTrivia trivia)
 {
     return(trivia.HasAnnotations(_annotationKind));
 }