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