11 references to BindForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Invocation.cs (1)
2193BoundLambda boundLambda = unboundArgument.BindForErrorRecovery();
Binder\Binder_Statements.cs (1)
2084var lambda = anonymousFunction.BindForErrorRecovery();
Compilation\CSharpSemanticModel.cs (1)
2234var lambda = ((UnboundLambda)boundExpr).BindForErrorRecovery();
Compilation\MemberSemanticModel.cs (2)
1784boundInnerLambdaOrQuery = ((UnboundLambda)boundInnerLambdaOrQuery).BindForErrorRecovery(); 1851position, unbound.BindForErrorRecovery().Binder, unbound.Syntax);
Compilation\MemberSemanticModel.NodeMapBuilder.cs (1)
171current = ((UnboundLambda)node).BindForErrorRecovery();
FlowAnalysis\AbstractFlowPass.cs (1)
3253return VisitLambda(node.BindForErrorRecovery());
FlowAnalysis\NullableWalker.cs (1)
10559var lambda = node.BindForErrorRecovery();
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
183Visit(node.BindForErrorRecovery().Body);
FlowAnalysis\ReadWriteWalker.cs (1)
285return VisitLambda(node.BindForErrorRecovery());
Operations\CSharpOperationFactory.cs (1)
990BoundLambda boundLambda = unboundLambda.BindForErrorRecovery();