1 instantiation of CatchBlockBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LocalBinderBuilder.vb (1)
271
_containingBinder = New
CatchBlockBinder
(_containingBinder, node)
1 reference to CatchBlockBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
2711
Dim catchBinder = TryCast(enclosingBinder,
CatchBlockBinder
)