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