2 overrides of CreateBoundWithBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
96Protected Overrides Function CreateBoundWithBlock(node As WithBlockSyntax, boundBlockBinder As Binder, diagnostics As BindingDiagnosticBag) As BoundStatement
Binding\Binder_WithBlock.vb (1)
294Protected Overrides Function CreateBoundWithBlock(node As WithBlockSyntax, boundBlockBinder As Binder, diagnostics As BindingDiagnosticBag) As BoundStatement
2 references to CreateBoundWithBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (2)
4379Return binder.CreateBoundWithBlock(node, binder, diagnostics) 4383Return Me.ContainingBinder.CreateBoundWithBlock(node, boundBlockBinder, diagnostics)