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