2 references to IsStatementLike
Microsoft.CodeAnalysis.VisualBasic (2)
Scanner\Blender.vb (2)
118
If node.Kind = SyntaxKind.CompilationUnit OrElse
IsStatementLike
(node) Then
121
If child Is Nothing OrElse Not
IsStatementLike
(child) Then