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