2 references to BindDeclarationVariablesForErrorRecovery
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
941
return
BindDeclarationVariablesForErrorRecovery
(declType, node.Designation, node, diagnostics);
971
builder.Add(
BindDeclarationVariablesForErrorRecovery
(declTypeWithAnnotations, n, n, diagnostics));