11 references to Binder
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_WithBlock.vb (1)
325result.Binder.ExpressionIsAccessedFromNestedLambda Then
BoundTree\BoundWithStatement.vb (3)
19Return Binder.ExpressionPlaceholder 35Return Binder.DraftInitializers 48Return Binder.DraftPlaceholderSubstitute
Generated\BoundNodes.xml.Generated.vb (3)
6774If originalExpression IsNot Me.OriginalExpression OrElse body IsNot Me.Body OrElse binder IsNot Me.Binder Then 12815Return node.Update(originalExpression, body, node.Binder) 14187New TreeDumperNode("binder", node.Binder, Nothing)
Lowering\Diagnostics\DiagnosticsPass.vb (2)
132Dim withBlockBinder As WithBlockBinder = trackedWithStatement.Binder 166Dim info As WithBlockBinder.WithBlockInfo = node.Binder.Info
Lowering\LocalRewriter\LocalRewriter_With.vb (2)
31node.Binder.ExpressionIsAccessedFromNestedLambda 105If Not node.Binder.ExpressionIsAccessedFromNestedLambda Then