1 override of VisitCatchBlock
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
14042Public Overrides Function VisitCatchBlock(node As BoundCatchBlock, arg As Object) As TreeDumperNode
2 references to VisitCatchBlock
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundTreeVisitor.vb (1)
92Return VisitCatchBlock(CType(node, BoundCatchBlock), arg)
Generated\BoundNodes.xml.Generated.vb (1)
9555Return VisitCatchBlock(CType(node, BoundCatchBlock), arg)