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