2 instantiations of StatementListBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\LocalBinderBuilder.vb (1)
74Dim newBinder = New StatementListBinder(outerBinder, list)
Binding\MethodBodySemanticModel.vb (1)
78binder = New StatementListBinder(binder, statementList)
1 reference to StatementListBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Statements.vb (1)
3079Loop While currentBinder IsNot Nothing AndAlso Not (TypeOf (currentBinder) Is StatementListBinder)