2 references to IsDeclarationStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\BlockContexts\ExecutableStatementContext.vb (1)
26
If Parser.
IsDeclarationStatement
(node.Kind) Then
Parser\ParseExpression.vb (1)
1801
Dim isDeclaration =
IsDeclarationStatement
(statement.Kind)