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)
6708Public Sub New(syntax As SyntaxNode, originalExpression As BoundExpression, body As BoundBlock, binder As WithBlockBinder, Optional hasErrors As Boolean = False) 6735Private ReadOnly _Binder As WithBlockBinder 6736Public ReadOnly Property Binder As WithBlockBinder 6747Public Function Update(originalExpression As BoundExpression, body As BoundBlock, binder As WithBlockBinder) As BoundWithStatement
Lowering\Diagnostics\DiagnosticsPass.vb (2)
132Dim withBlockBinder As WithBlockBinder = trackedWithStatement.Binder 166Dim info As WithBlockBinder.WithBlockInfo = node.Binder.Info
Symbols\PropertySymbol.vb (1)
183Dim withBlockBinder = TryCast(currentBinder, WithBlockBinder)