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