8 references to ParseIdentifierAllowingKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Parser\Parser.vb (6)
96ParseIdentifierAllowingKeyword(), 2570id = ParseIdentifierAllowingKeyword() 3543eventMember = InternalSyntaxFactory.IdentifierName(ParseIdentifierAllowingKeyword()) 3555eventMember = InternalSyntaxFactory.IdentifierName(ParseIdentifierAllowingKeyword()) 3835ident = ParseIdentifierAllowingKeyword() 4114ident = ReportSyntaxError(ParseIdentifierAllowingKeyword(), ERRID.ERR_ObsoletePropertyGetLetSet)
Parser\ParseTerminal.vb (2)
136Dim Name = ParseIdentifierAllowingKeyword() 142Dim Name = ParseIdentifierAllowingKeyword()