1 instantiation of WithBlockBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LocalBinderBuilder.vb (1)
224
_containingBinder = New
WithBlockBinder
(_containingBinder, node)
7 references to WithBlockBinder
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
6708
Public Sub New(syntax As SyntaxNode, originalExpression As BoundExpression, body As BoundBlock, binder As
WithBlockBinder
, Optional hasErrors As Boolean = False)
6735
Private ReadOnly _Binder As
WithBlockBinder
6736
Public ReadOnly Property Binder As
WithBlockBinder
6747
Public Function Update(originalExpression As BoundExpression, body As BoundBlock, binder As
WithBlockBinder
) As BoundWithStatement
Lowering\Diagnostics\DiagnosticsPass.vb (2)
132
Dim withBlockBinder As
WithBlockBinder
= trackedWithStatement.Binder
166
Dim info As
WithBlockBinder
.WithBlockInfo = node.Binder.Info
Symbols\PropertySymbol.vb (1)
183
Dim withBlockBinder = TryCast(currentBinder,
WithBlockBinder
)