2 references to BindTypeOrAliasOrKeyword
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1332
Symbol foundSymbol =
BindTypeOrAliasOrKeyword
(node.VarKeyword, node, diagnostics, out bool isVar).Symbol;
Binder\Binder_Symbols.cs (1)
189
return
BindTypeOrAliasOrKeyword
(((IdentifierNameSyntax)syntax).Identifier, syntax, diagnostics, out isKeyword);