3 references to MethodBodyBinder
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (2)
639
Dim bodyBinder As
MethodBodyBinder
642
bodyBinder = TryCast(currentBinder,
MethodBodyBinder
)
Compilation\SyntaxTreeSemanticModel.vb (1)
146
If TypeOf binder Is
MethodBodyBinder
Then