2 overrides of CreateBoundWithBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
96
Protected Overrides Function
CreateBoundWithBlock
(node As WithBlockSyntax, boundBlockBinder As Binder, diagnostics As BindingDiagnosticBag) As BoundStatement
Binding\Binder_WithBlock.vb (1)
294
Protected 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)
4379
Return binder.
CreateBoundWithBlock
(node, binder, diagnostics)
4383
Return Me.ContainingBinder.
CreateBoundWithBlock
(node, boundBlockBinder, diagnostics)