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)
4511Dim usingBlockBinder As UsingBlockBinder 4514usingBlockBinder = TryCast(currentBinder, UsingBlockBinder)