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