7 references to WithBlockBinder
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
6734
Public Sub New(syntax As SyntaxNode, originalExpression As BoundExpression, body As BoundBlock, binder As
WithBlockBinder
, Optional hasErrors As Boolean = False)
6761
Private ReadOnly _Binder As
WithBlockBinder
6762
Public ReadOnly Property Binder As
WithBlockBinder
6773
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)
181
Dim withBlockBinder = TryCast(currentBinder,
WithBlockBinder
)