5 references to Bind
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
5343BoundLambda boundLambda = unboundLambda.Bind(type, isExpressionTree: false);
Binder\Binder_Invocation.cs (2)
2030_ = unboundArgument.Bind(delegateType, isExpressionTree: false); 2042var discarded = unboundArgument.Bind((NamedTypeSymbol)parameterType, isExpressionTree: false);
Binder\Binder_Statements.cs (1)
2212var bindingResult = anonymousFunction.Bind(delegateType, isExpressionTree: false);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1579var bound = anonymousFunction.Bind(delegateType, isTargetExpressionTree);