5 references to ContainingBinder
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Lambda.vb (1)
722
binderForExpressionContainingLambda = DirectCast(containingMember, LambdaSymbol).
ContainingBinder
Binding\Binder_Query.vb (1)
2641
MyBase.New(lambdaSymbol.
ContainingBinder
)
BoundTree\BoundNodeExtensions.vb (1)
56
Return DirectCast(boundNode, BoundQueryLambda).LambdaSymbol.
ContainingBinder
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
108
Dim r As New ExpressionLambdaRewriter(currentMethod, compilationState, typeMap, node.LambdaSymbol.
ContainingBinder
, node.Syntax, recursionDepth, diagnostics)
Semantics\TypeInference\TypeArgumentInference.vb (1)
2132
lambdaReturnType = queryLambda.LambdaSymbol.
ContainingBinder
.MakeRValue(queryLambda.Expression, Me.Diagnostic).Type