1 instantiation of UsingBlockBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LocalBinderBuilder.vb (1)
212
_containingBinder = New
UsingBlockBinder
(_containingBinder, node)
2 references to UsingBlockBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (2)
4511
Dim usingBlockBinder As
UsingBlockBinder
4514
usingBlockBinder = TryCast(currentBinder,
UsingBlockBinder
)