12 references to BindForErrorRecovery
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Invocation.cs (2)
1150
var boundWithErrors = unboundLambda.
BindForErrorRecovery
();
2048
newArguments[i] = unboundArgument.
BindForErrorRecovery
();
Binder\Binder_Statements.cs (1)
2046
var lambda = anonymousFunction.
BindForErrorRecovery
();
Compilation\CSharpSemanticModel.cs (1)
2233
var lambda = ((UnboundLambda)boundExpr).
BindForErrorRecovery
();
Compilation\MemberSemanticModel.cs (2)
1745
boundInnerLambdaOrQuery = ((UnboundLambda)boundInnerLambdaOrQuery).
BindForErrorRecovery
();
1812
position, unbound.
BindForErrorRecovery
().Binder, unbound.Syntax);
Compilation\MemberSemanticModel.NodeMapBuilder.cs (1)
171
current = ((UnboundLambda)node).
BindForErrorRecovery
();
FlowAnalysis\AbstractFlowPass.cs (1)
3215
return VisitLambda(node.
BindForErrorRecovery
());
FlowAnalysis\NullableWalker.cs (1)
9905
var lambda = node.
BindForErrorRecovery
();
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
185
Visit(node.
BindForErrorRecovery
().Body);
FlowAnalysis\ReadWriteWalker.cs (1)
280
return VisitLambda(node.
BindForErrorRecovery
());
Operations\CSharpOperationFactory.cs (1)
990
BoundLambda boundLambda = unboundLambda.
BindForErrorRecovery
();