コード例 #1
0
 public SyntaxToken GetIdentifierTokenAtDeclaration(SemanticDocument document)
 {
     return document.GetTokenWithAnnotaton(_variableSymbol.IdentifierTokenAnnotation);
 }
コード例 #2
0
 public SyntaxToken GetIdentifierTokenAtDeclaration(SemanticDocument document)
 {
     return(document.GetTokenWithAnnotaton(_variableSymbol.IdentifierTokenAnnotation));
 }