public SyntaxToken GetIdentifierTokenAtDeclaration(SemanticDocument document)
 {
     return document.GetTokenWithAnnotaton(_variableSymbol.IdentifierTokenAnnotation);
 }
 public SyntaxToken GetIdentifierTokenAtDeclaration(SemanticDocument document)
 {
     return(document.GetTokenWithAnnotaton(_variableSymbol.IdentifierTokenAnnotation));
 }