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