5 references to Binder
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundNodeExtensions.vb (1)
58Return DirectCast(boundNode, GroupTypeInferenceLambda).Binder
Generated\BoundNodes.xml.Generated.vb (3)
7411If binder IsNot Me.Binder OrElse parameters <> Me.Parameters OrElse compilation IsNot Me.Compilation Then 12882Return node.Update(node.Binder, node.Parameters, node.Compilation) 14283New TreeDumperNode("binder", node.Binder, Nothing),
Semantics\Conversions.vb (1)
1534Dim delegateType As NamedTypeSymbol = destination.DelegateOrExpressionDelegate(source.Binder)