2 references to BindTypeOrVarKeyword
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
797
TypeWithAnnotations declType =
BindTypeOrVarKeyword
(typeSyntax.SkipScoped(out _).SkipRef(), diagnostics, out isVar, out alias);
Binder\ForEachLoopBinder.cs (1)
299
TypeWithAnnotations declType =
BindTypeOrVarKeyword
(typeSyntax, diagnostics, out isVar, out alias);