12 references to Binder
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Lambda.vb (3)
153Debug.Assert(Me Is source.Binder) 768Debug.Assert(Me Is source.Binder) 889Debug.Assert(Me Is source.Binder AndAlso source.IsFunctionLambda AndAlso
BoundTree\BoundNodeExtensions.vb (1)
54Return DirectCast(boundNode, UnboundLambda).Binder
Generated\BoundNodes.xml.Generated.vb (3)
6863If binder IsNot Me.Binder OrElse flags <> Me.Flags OrElse parameters <> Me.Parameters OrElse returnType IsNot Me.ReturnType OrElse bindingCache IsNot Me.BindingCache Then 12821Return node.Update(node.Binder, node.Flags, node.Parameters, returnType, node.BindingCache) 14193New TreeDumperNode("binder", node.Binder, Nothing),
Semantics\Conversions.vb (1)
1102Dim delegateType As NamedTypeSymbol = destination.DelegateOrExpressionDelegate(source.Binder, wasExpressionTree)
Semantics\TypeInference\TypeArgumentInference.vb (4)
463Graph.ObjectType = unboundLambda.Binder.GetSpecialType(SpecialType.System_Object, lambdaParameter.IdentifierSyntax, Graph.Diagnostic) 479unboundLambda.Binder.ReportLambdaParameterInferredToBeObject(lambdaParameter, Graph.Diagnostic) 2134Dim inferenceSignature As New UnboundLambda.TargetSignature(delegateParams, unboundLambda.Binder.Compilation.GetSpecialType(SpecialType.System_Void), returnsByRef:=False) 2204unboundLambda.Binder.Compilation.GetSpecialType(SpecialType.System_Void),