Esempio n. 1
0
 public bool IsVerbatimIdentifier(SyntaxToken token)
 {
     return(token.IsVerbatimIdentifier());
 }